Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
GETMSG Function (DataBasic) (m618703+getmsg_f.htm)
Retrieves messages installed in the system denationalisation language tables.
GETMSG(class#,message#)
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.
PRINT GETMSG(1,1)
Prints message 1 in class 1 of the denationalisation language table.