ColdRED - Help

MAY Computer

Variables

Applies to: ColdREDX.dll

The following variables are available within ColdRED scripts and are replaced with their appropriate value:

Variables

<FileKey>. can be omitted if you are referring the last used file or if you have set the file key previously with the USING command.

Variable

Description

%[<FileKey>.]OPTS.<OptionName>% Value of the specified option.
%[<FileKey>.]ITEMS.<ItemName>% Value of the specified item (of current record).
%[<FileKey>.]ROWS% Number or rows/lines in current record.
%[<FileKey>.]CURROW% Current/end row
%[<FileKey>.]CURCOL% Current column
%[<FileKey>.]STARTROW% Start row
%[<FileKey>.]STARTCOL% Start column
%[<FileKey>.]CURPOS% Current position in form <Row>:<Column>
%[<FileKey>.]STARTPOS% Start position in form <Row>:<Column>
%[<FileKey>.]RANGE% Currently set range in form <StartRow>:<StartColumn> to <EndRow>:<EndColumn>
%[<FileKey>.]FILELEN% Length of current processed file in bytes
%[<FileKey>.]FILEPOS% Current position (in bytes from the beginning) of the file being processed

Further available all wmACScr1 variables.