Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telix/SALT v3.15 & RS-232, Hayes - <b>is_loaded</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  IS_LOADED

  .  Summary

  is_loaded(str <filename>);

  .  Description

  The is_loaded function is used to determine if a SALT script, in-
  dicated by <filename> is currently loaded into memory. The script
  can be in memory if it was explicitly loaded with the load_script
  function, or is still in memory because it previously was run and
  did not finish executing. If filename does not include an extension,
  ".SLC" is automatically added.

  .  Return Value

  A non-zero (TRUE) values is returned if the indicated script file is
  in memory, otherwise a zero (FALSE) value is returned.

  .  Example

  if (!is_loaded("TESTSCR"))   // make sure script is in memory
   load_scr("TESTSCR");

See Also: load_scr calld call unload_scr

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson