Please enable JavaScript to view this site.

A-Shell Development History

You may now load settings from a specified file using the following syntax:

? tab(-10, AG_WINSETTINGS); "3,"; new'settings'file; chr(127);

input "", new'settings'file

Where new'settings'file is a partial spec (like "user.ash") or a complete filespec (like "%APPDATA%\ATE\new.ash"). The return value will be set to the spec of the .ash file that was actually loaded. If the requested file was not found, it will try to load one of the defaults.

The operation is equivalent to using the File > Load Settings menu.