CurrentRecordId (Record function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Wiccan (talk | contribs)
Automatically generated page update
(No difference)

Revision as of 02:28, 25 March 2025

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


This page is under construction.

Syntax

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

Syntax terms

%stringstring
%(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