Syntax:
load {hashtable} from {name}
Keyword handler:
linguist.basic.keyword.BKLoad.class
Runtime handler(s):
linguist.basic.handler.BHLoadTable.class
Function:
Load a hashtable from a file on disk. 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 MyData from "MyData/file1.data"