|
FileValue
|
|
| Name of text file to read value from, include full path if not current directory
|
| Maximum file size is 300k, larger files will not be opened
|
| Tag (text string) to start reading after;all text before the start tag is ignored
|
| When the StartTag parameter is present, the row parameter is relative to the row after start tag
|
| Tag (text string) to start reading before; all text after the start tag is ignored
|
| Notice: EndTag is ignored if StartTag is not present.
|
| Column delimiter
|
| Valid options: semicolon | comma | colon | tab
|
| Column to read from, 1-100
|
| Notice: columns must be delimited with the character specified in the delimiter parameter
|
| Row to read from, 1-10000
|
| Notice: when the StartTag parameter is present, the row parameter is relative to the row after start tag
|