Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfisupper()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfIsUpper()
Determines if a string is in upper case
------------------------------------------------------------------------------
Syntax:

     dfIsUpper(<cStr>) --> lUpper

Parameters:

     <cStr>     String to control

Returns:

     <lUpper> If .T. the String is in upper case

Description:

     Permits to control a defined sequence of characters to be displayed in
     upper case.

Example:

     ? dfIsUpper( "dBsee")   // Returns .F.
     ? dfIsUpper( "DBSEE")   // Returns .T.

See also:

     dfIsLower()

See Also: dfIsLower()

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