Sample Scripts provided with the NetRexxScript plugin
- asktest -- This script demonstrates console IO to the user - it requires the NetRexxScript dockable window to work
Say
output displays in the OUT panel of the console and ask input is read
from the command line
- index -- This script demonstrates the effect of caching on indexed variables
If cached, the second
execution will show different results for the second display of s['x']
- iosample -- This script demonstrates easy GUI IO to the end user:
- multi
-- this script demonstrates one script calling another
in preparse mode and demonstrates a parse error if the caching option
is off
- test
-- This is the basic test script for the plugin
-- It demonstrates say output that contains some trace sections
which can be
viewed in the trace panel of the plugin console window
- testbin
-- This is a "binary" NetRexx script - it does not use
"Rexx class" variables and runs OK even without the "prefix" option
- classtest -- This is a NetRexx script which has been compiled into a Java class file
- classtest2 -- This is a NetRexx script which has been compiled into a Java class file - it calls the classtest class file