| RepeatDataColumnNames |
|
This command repeats the specified script command for each data column, and is typically used with a RunScript command to execute a series of commands from a script file. Syntax:RepeatDataColumnNames, scriptcommandParameters:scriptcommand – a script command with parameters, typically 'runscript, scriptfilename' Examples:RepeatDataColumnNames,Runscript,ConsolidateValues.txt For each data column, run the script file ConsolidateValues.txt, passing the current data column name as the prompt [ThisDataColumnName]. Comments |