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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CoolbeaN

  1. CoolbeaN

    How do I capture information on the screen?

    Alright.. I figured that one out too. Here is what it would look like. string taxcode string taxtest = "XX" proc main termgets 9 31 taxcode 2 ;gets row 9 column 21 for 2 chars if rstrcmp taxcode taxtest 2 ; test see if the first 2 character of taxcode match the first 2 caracters of...
  2. CoolbeaN

    How do I capture information on the screen?

    Ok.. I figured it out.. but now i don't know how to compare string variables... Here is the code I figured out termgets 9 31 taxcode 2 This captures the Tax Code, but now I need to be able to find out if taxcode = "XX" and I don't know how to do that..

Part and Inventory Search

Back
Top