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 SkipVought 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. semsel

    Checking if a value exists in an Array for conditional suppression

    I have a string array named "spools" that was built using a for loop. I am trying to print the array using a variable called display which prints as follows 1.00 2.00 3.00 etc This is how I built the array: StringVar array spools := ['0']; stringvar display; if OnFirstRecord then spools[1]...

Part and Inventory Search

Back
Top