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 IamaSherpa 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. whm1948

    Loop calling a report

    One thing to keep in mind is that POSITION does return a STRING, so pos# = position(file) may be inappropiate (depends on file system).
  2. whm1948

    Problem with string

    The simplest solution would be to use string slicing. Read the help to get full details, but generally you want to do this: FieldString[Position] = ' ' where FieldString is your string and Position is the position returned from INSTRING. If you want to check and replace multiple commas, put in...

Part and Inventory Search

Back
Top