Categoria: ZIM 4GL Language Reference

The Original Internet Language

$Editor

The name of the text editor software for editing programs. Syntax $editor Return Value A character string. Can be reset by an application program. Description The name of a text editor. Each time you start a new application session, $Editor is set, by default, to the name of an editor commonly used on the current…
Leia mais

$GroupID

The current user’s operating system group ID. Syntax $groupid Return Value A character string, or $Null. Cannot be reset by an application program. Description The current user’s operating system group ID (if the operating system supports group IDs); otherwise, $Null. You can use the $UserID and $GroupID system variables to build levels of security into…
Leia mais

$ZUserID

$ZUserID The application user’s Zim user identifier. Syntax $zuserid Return Value The user identifier of the user specified in the last successful LOGIN command. Cannot be reset by an application program. Description Upon successful execution of a LOGIN command, $ZUserID is set to the specified user’s ID. Although you can change the value of this…
Leia mais

$LastErrCode

The error code generated by the last command that returned an error code. Syntax $lasterrcode Return Value A number (1 to 9999). Can be reset by an application program. Description The reason for the failure of the most recently executed command that returned an error code other than 0 (success) At the beginning of each…
Leia mais

$MaxErrLevel

The highest error severity level generated during the application session. Syntax $maxerrlevel Value A number (0 to 4). Can be reset by an application program. Value Meaning 0 No error. 1 Information message. 2 Warning. 3 User error. 4 System error. Description The highest error severity level encountered to the current point in the application…
Leia mais

$CursorRow

The location of focus in a window when an event occurs. Syntax $cursorrow Return Value A number which is the row location for focus of the current window at the time of an event. Can be reset by an application program. Description The number of the character row where focus was located within the current…
Leia mais

$ZGroupID

The application user’s Zim group identifier. Syntax $zgroupid Return Value The group identifier of the user specified in the last successfully executed LOGIN command. Cannot be reset by an application program. Description Upon successful execution of a LOGIN command, $ZGroupID is set to the specified user’s group identifier. Although you can change the value of…
Leia mais

$CursorCol

The location of focus in a window when an event occurs. Syntax $cursorcol Return Value A number which is the column location for focus of the current window at the time of an event. Can be reset by an application program. Description The number of the character column where focus was located within the current…
Leia mais

$ErrLevel

The error severity level generated by the last command executed. Syntax $errlevel Value A number (0 to 4.) Can be reset by an application program. Description The error severity level of the most recently executed command. Value Meaning 0 No error. 1 Information message. 2 Warning. 3 User error. 4 System error. See Also $ErrCode…
Leia mais

$ZimProduct

Indicates the Zim:X product currently being used. Syntax $zimproduct Return Value A number according to the description below. Cannot be reset by an application program. Description Value Product 2 ZimPrompt 9 ZimServer 12 ZimQTC See Also $ZimOS $ZimVersion

pt_BRPortuguese