Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
CLArg | version 1.0 | no |
array CLArg(); |
This function gets the command line parameter as a static array if the application is a command line application. |
import standard.lang.cli class Main { function Main() { // the array containing the argument values var argv=CLArg(); // the argument count (line in a C program) var argc=length argv; echo argv; } } |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:17 2011 GMT | (c)2011 RadGs Software |