The sysLib.getCmdLineArgCount() system function returns the number of arguments that were used to start the main EGL program.
Use the sysLib.getCmdLineArg() function to return a specific argument from the list.
sysLib.getCmdLineArgCount( ) returns (result INT)