PDA

View Full Version : How can I perform a loop for each line of a file?


kinook
11-05-2003, 08:37 AM
Use the Loop (http://www.kinook.com/VisBuildPro/Manual/loopaction.htm) 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 (http://www.visualbuild.com/Manual/filessample.htm) (repeat for file contents), XML.bld (http://www.visualbuild.com/Manual/xmlsample.htm) (process XML config data), Server.bld (http://www.visualbuild.com/Manual/serversample.htm) (process query results), and Advanced.bld (http://www.visualbuild.com/Manual/advancedsample.htm) (process list of values) samples for details.