[Top] [Prev] [Next] [Bottom]
[Contents]
SaVbsIsLower
Prints a VB Script statement to check if a character is lower case and a newline character to standard out.
#include "savbs.h"
int SaVbsIsLower(char* msg);
Argument
- msg
- A string specifying character or variable to check if it is lower case.
Return Values
Returns an integer 0 if successful or 1 if msg is either NULL or an empty string.
Prints a VB Script statement to check if a character is lower case and a newline character to standard out.
The code fragment:
SaVbsIsLower("ch");
will write:
If ch >= "a" And ch <= "z" Then\n
to the output stream.
SaVbsB, SaVbsCommE, SaVbsE, SaVbsEndIf, SaVbsFuncTrue, SaVbsFuncFalse, SaVbsMsgBox, SaVbsPrint, SaVbsIsUpper, SaVbsNotDigit, SaVbsLenZero, SaVbsLenNe, SaVbsStdFor, SaVbsCommB, SaVbsExitF, SaVbsEndF, SaVbsNext, SaVbsElse, SaVbsDecl, SaVbsNTabs, SaVbsNLines
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.