Back Previous Next


Linguist basic package - load

Syntax:

   load {buffer} from {name}
   load {sound} from {name}
   load {hashtable} from {name}

Keyword handler:

   net.eclecity.linguist.basic.keyword.BasicKLoad.class

Runtime handler(s):

   net.eclecity.linguist.basic.handler.BasicHLoad.class

Function:

Load a buffer, a sound or a hashtable from a file on disk or from a URL. Note that Unix-style separators in path names are preferred if the script is to run on more than one platform. For the same reason you should also use relative path names rather than absolute ones. See also save.

Example(s):

   load ItemList from "http://www.myurl.com/things/items.txt"
   load Click from "sounds/click.wav"
   load MyData from "MyData/file1.data"


Back Previous Next urn.html">Previous Next