GETMSG Function

Retrieves messages installed in the system denationalisation language tables.

Syntax

GETMSG(class#,message#)

Syntax Elements

class# is the number of the message class in the denationalisation language table.

message# is the number of the message within the specified class in the denationalisation language table.

Example

PRINT GETMSG(1,1)

Prints message 1 in class 1 of the denationalisation language table.