LanguageAndNationMSG()

Language and Nation MSG()

Returns international strings messages.

Syntax

      Language and Nation MSG( <nMsg> ) --> <cMessage>

Arguments

<nMsg> is the message number you want to get.

Returns

<cMessage> If <nMsg> is a valid message selector, returns the message. If <nMsg> is nil returns “Invalid Argument”, and if <nMsg> is any other type it returns an empty string.

Description

Language and Nation MSG() returns international message descriptions.

Examples

      // Displays "Sure Y/N: "  and waits until user enters Y
      // Y/N is the string for NATIONMSG( 12 ) with default natmsg module.
      DO WHILE ! ISAFFIRM( cYesNo )
         ACCEPT "Sure " + NATIONMSG( 12 ) + ": " TO cYesNo
      ENDDO

Compliance

Clipper

Files

Library is rtl

Seealso

ISAFFIRM(), ISNEGATIVE()

3 responses to “LanguageAndNationMSG()

  1. Pingback: Harbour All Function – L | Viva Clipper !

  2. Pingback: Harbour Language and Nation Functions | Viva Clipper !

  3. Pingback: Harbour RG Summary | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.