[Top] [Prev] [Next] [Bottom] [Contents]

SaJavaIsLower

Prints a Java Script statement to check if a character is lower case and a newline character to standard out.

Synopsis

#include "sajavasc.h"
int SaJavaIsLower(char* msg);

Argument

msg
A string specifying character or variable to check if it is lower case.

Return Values

Returns an integer with a value of 0 if successful and a value of 1 if msg is either NULL or an empty string.

Description

Prints a Java Script statement to check if a character is lower case and a newline character to standard out.

Example

The code fragment:

SaJavaIsLower("ch1");
will write:

 if(ch1 >= "a" && ch1 <= "z") {\n
to the output stream.

See Also

SaJavaB, SaJavaCommE, SaJavaE, SaJavaCommB, SaJavaRetTrue

SaJavaRetFalse, SaJavaPrint, SaJavaMsgBox, SaJavaIsUpper, SaJavaNotDigit

SaJavaLenZero, SaJavaLenNe, SaJavaStdFor



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.