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

SaJavaPrint

Prints a line of Java Script and a character newline to standard out.

Synopsis

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

Argument

msg
A string specifying the line of Java Script to print.

Return Values

Returns an integer with a value of 0.

Description

Prints a line of Java Script and a newline character to standard out. You must properly escape the " and \ characters when calling this function with a string literal (use \ to escape these).

Example

The code fragment:

SaJavaPrint("if (ch1 == ch2) {");
will write:

if (ch1 == ch2) {\n
to the output stream.

See Also

SaJavaB, SaJavaCommE, SaJavaE, SaJavaCommB, SaJavaRetTrue

SaJavaRetFalse, SaJavaMsgBox, SaJavaIsLower, SaJavaIsUpper

SaJavaNotDigit, SaJavaLenZero, SaJavaLenNe, SaJavaStdFor



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

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