Multitech MT5634HD16 Uživatelská příručka Strana 183

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 292
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 182
7 RASExpress Script Language
CommPlete Communications Server 173
GETFILETIME getfiletime(string file_name, var string buffer) : integer;
Gets the time of the file specified by file_name if the file is present, and copies it to
buffer (in hh:mm:ss format). If the file is present 1 is returned, else 0 is returned.
Example
See getfiledate command.
HANGUP hangup;
Hangs up the modem.
Example
/* This script illustrates the hangup command. */
proc main;
display("Example for hangup command^J^M");
if connected then
display("Will hang up the modem, press any key...");
getkey;
hangup;
display("^J^M");
else
display("Connection not made, command ignored^J^M");
endif
endproc
INC inc(var integer integer_variable);
Increments integer_variable by 1.
Example
See dec command.
ISFILE isfile(string path_name) : integer;
Verifies that path_name is a directory. If path_name is a directory, 0 is returned; other-
wise 1 is returned.
Example
See fcreate command.
Zobrazit stránku 182
1 2 ... 178 179 180 181 182 183 184 185 186 187 188 ... 291 292

Komentáře k této Příručce

Žádné komentáře