Silicon
Office Program Scripts |
- Silicon Office commands can be entered for executing in
sequence into program scripts
- Each script can be saved and loaded into a file with a .PRG
extension
- Scripts are edited using the built in script editor, which
allows the entry and formatting of text similar to using the word processor
- Each script is pre-processed by Silicon Office to create a
file with a .PRX extension which is used by Silicon Office when the script is executed
- Scripts can be executed from other scripts using EXECUTE and
CALL commands
- Sub Routines within scripts are supported and can be
executed using the CALL and finished using the RETURN command
- Windows objects which have actions defined, eg. a Button has
a 'On Mouse Click' action, can call a sub routine from within a program script when the
user clicks the button
A sample program script screen shot can be viewed here.