Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 5.1/6.0, builds 1100-1271 > 1131 – 15 Dec 08

AG_WINSETTINGS

Scroll Prev Top Next More

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.