Multitech MT5634HD16 Guia do Utilizador Página 169

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 292
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 168
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.
Vista de página 168
1 2 ... 164 165 166 167 168 169 170 171 172 173 174 ... 291 292

Comentários a estes Manuais

Sem comentários