UserNumber (RecordLockingConflict property)

From m204wiki
Revision as of 20:42, 25 March 2011 by Admin (talk | contribs) (1 revision)
Jump to navigation Jump to search

User number of the user that has the conflict (RecordLockingConflict class)

Syntax

%number = recordLockingConflict:UserNumber

Syntax terms

%num A numeric variable to receive the user number.
%rlc A reference to an instance of a RecordLockingConflict object.

See also