Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

NATIONMSG()

Returns international strings messages.
---------------------------------------------------------------------------------

 Syntax

        NATIONMSG( <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

      NATIONMSG() 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
      END DO
  

Status

      Clipper

 Compliance

      NATIONMSG() is fully CA-Clipper compliant.

 Files

      Library is rtl



See Also: ISAFFIRM() ISNEGATIVE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson