
7 RASExpress Script Language
CommPlete Communications Server 159
HANGUP
hangup;
Hangs up the modem.
RGETC
rgetc(var string buffer [, integer timeout]) : integer;
Gets a character from the remote machine.
TRANSMIT
transmit(string key_sequence) : integer;
Sends out the characters specified in the key_sequence.
String Manipulation
STRCAT
strcat(var string first_string, second_string) : integer;
Concatenates second_string to the first_string.
STRCMP
strcmp(string first_string, second_string) : integer;
Compares first_string and second_string.
STRCPY
strcpy(var string target_string, source_string);
Copies second_string to first_string.
STRFMT
strfmt(var string buffer, string format_string {, integer | real | string argument}) :
➥ integer;
Formats the arguments according to format_string and copies to buffer.
STRLEN
strlen(string buffer) : integer;
Returns the string length of buffer.
TOLOWER
tolower(var string buffer);
Converts the string variable to lower case.
TOUPPER
toupper(var string buffer);
Converts the string variable to upper case.
Comentários a estes Manuais