JP Software Tutorials
Download JP Software Products
Sources for further information
Navigation: TCC-RT > Variables & Functions > Functions
@ISUPPER
@ISUPPER[string] : Returns 1 if string is composed only of upper case letters.
Example:
echo %@isupper[HELLO]
1
echo %@isupper[Hello]
0