DataBasic Reference > Statements and Intrinsic Functions > G > GETMSG Function

Comment on this topic

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)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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.

RealityV15.0Comment on this topic