CurrentRecordId (Record function)

From m204wiki
Revision as of 02:32, 25 March 2025 by Alex (talk | contribs)
Jump to navigation Jump to search

Get recordId from current record in For loop (Record class)


Get the Imagine Transparency recordId for current (innermost) record For loop.

Syntax

%string = %(Record In filOrGrp name):CurrentRecordId

Syntax terms

%stringThe recordId of the For loop record on Imagine if the record is in a file that is an Imagine Transparency file, or an empty string, otherwise.
%(Record In filOrGrp name) The class name in parentheses denotes a shared method. CurrentRecordId can also be invoked via a Record object variable, which may be Null.

Usage notes

Examples

See also