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. paul84

    Just a beginner - Need help with a simple program!!

    if(MyChar == 'q') x++; should be if(MyChar == 'q'; x++)
  2. paul84

    Select Case Again

    HAs anyone got the correct code for dealing with switch case statements when you want to compare strings. At the moment i keep getting the error of comparing primitive data types to an object which is fare enough but thier must be some trick to fooling the compilier. kind regards paul.

Part and Inventory Search

Back
Top