Hi,
Can somebody please tell me exactly how to use this.
Can somebody please tell me exactly how to use this.
' appargs.bmx ' print the command line arguments passed to the program at runtime Print "Number of arguments = "+AppArgs.length For a$=EachIn AppArgs Print a$ Next