Multitech MT5634HD16 Guide de l'utilisateur Page 175

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 292
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 174
7 RASExpress Script Language
CommPlete Communications Server 165
DROPCONNECTION dropconnection;
Terminates the current connection. If this function is called, then the script is aborted.
Example
/* This script illustrates the dropconnection command. */
proc main;
if connected theÿ
display("Terminating connection, press any key...");
getkey;
dropconnection;
endif
endproc
ENDPROC endproc
This command indicates the end of a procedure. It complements the proc command
in every script file.
EXIT exit;
This command terminates the execution of the script.
Example
/* This script illustrates the exit command. */
proc main;
display("Press any key to exit the script...");
getkey;
display("^J^M");
exit;
endproc
FCLOSE fclose(integer file_handle) : integer;
Closes the given file_handle. If file_handle is negative or invalid, 0 is returned; other-
wise 1 is returned.
Example
See fcreate command.
Vue de la page 174
1 2 ... 170 171 172 173 174 175 176 177 178 179 180 ... 291 292

Commentaires sur ces manuels

Pas de commentaire