Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. corriejgreen

    need to start a sub program but wont work

    Call inputs(minibeast(index), coordinate, index) Do index = index + 1 minibeast(index) = InputBox("enter number of minibeast") lst_display.Items.Add(minibeast(index)) coordinate = InputBox("enter the coordinate of minibeast")...
  2. corriejgreen

    Need help on adding one if a number is entered more than once

    hello! The software will . Allow one of six minibeats to be selected from a menu | :) . Enter and store the name and grid coordinate of the selected minibeast | :) .display how often each minibeats was found .display the minibeast found at a selected coordinate this is my problem, the first...

Part and Inventory Search

Back
Top