Home galaxy
galaxy
galaxy galaxy galaxy
spacer
spacer
Arrow
spacer
Arrow
spacer
Args.csl
spacer

This script illustrates the use of the mainArgVals variable to list all run time arguments.

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