Home galaxy
galaxy
galaxy galaxy galaxy
spacer
spacer
Arrow
spacer
Arrow
spacer
SysShow.csl
spacer
This script uses the system command sysShow to display internal information such as:

orange The Script libraries versions
orange The list of functions available in each library
orange The list of predefined variables.

The source code follows

//////////////////////////////////////////
// Welcome to Galaxy Examinator Script
// Find more on www.galaxysemi.com
// File: args.csl
//////////////////////////////////////////

main()
{
for (var i=0; i<sizeof(mainArgVals); i++)
sysLog(mainArgVals[i]);
}

 
 
 
 
 
 
 
 
 
 
 
 
spacer