JCALL
Reads a line of text from the standard input stream.
ì Returns the string read from the standard input stream.
& CharIn
JoPPS/JCALL
Writes a line of text followed by an CR/LF pair to the standard output stream.
î S is the text to output.
& TextOut, CharOut
JoPPS/JCALL/JScripter
Returns the natural logarithm of the argument
& LOG
JoPPS/JCALL/JScripter
Calculates the log base 10 of the argument.
& LN
Login([Suid[,Spassword]]) : S
JoPPS
Performs a user login operation. Pops up the JoPPS login dialog if not all required parameters are specified.
î Suid is the default userid, the optional argument Spassword specifies the
password for user Suid.
The Spassword argument is not required if the user has no password set.
ì Returns the id of the current user after the login operation.
& SelectDatabase
JoPPS/JCALL/JScripter
Converts a string to lowercase.
î S is the string to be converted.
ì The string converted to lowercase.
& Upper
JoPPS/JCALL/JScripter
Deletes leading spaces and control characters from a string.
î String to trim.
ì The "trimmed" string.
& RTrim, Trim