Description
Returns and sets the notes mode code, 0 when not in notes mode. Correspond to the GNML tag >rem...<.
Syntax
object.RemCode [ =iCode] |
object
Required. Object name, returned by Text.GetTextStatus, Text.GetParaTextStatus and Text.GetDefaultTextStatus functions
iCode
Optional. Notes mode code.
Notes
When you need to set rem with two parameters, e.g. >rem 9419,2< for regionalized text, use the GetMode and SetMode instead of RemCode.
See also