View Single Post
  #1  
Old 11-05-2003, 08:37 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
How can I perform a loop for each line of a file or string?

Use the Loop action. This can also be used to build one or more steps once for each record in a database, an XML document, a list, to explicitly assign values and process in a specified order, etc. See the Files.bld (repeat for file contents), XML.bld (process XML config data), Server.bld (process query results), and Advanced.bld (process list of values) samples for details.
Reply With Quote