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]

ISAFFIRM()

Checks if passed char is an affirmation char
---------------------------------------------------------------------------------

 Syntax

        ISAFFIRM( <cChar> ) --> <lTrueOrFalse>  

 Arguments

        <cChar>   is a char or string of chars    

 Returns

        <lTrueOrFalse>   True if passed char is an affirmation 
                  char,otherwise false

 Description

      This function is used to check if a user's input is true or not
      according to the msgxxx module used.

 Examples

      // Wait until user enters Y
      DO WHILE !ISAFFIRM( cYesNo )
        ACCEPT "Sure: " TO cYesNo
      END DO
  

Status

      Ready

 Compliance

      ISAFFIRM() is fully CA-Clipper compliant.

 Files

      Library is rtl



See Also: ISNEGATIVE() NATIONMSG()

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