View Single Post
  #5 (permalink)  
Old 03-10-2008, 02:12 PM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,466
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
Originally Posted by Hennell View Post
I assume the program will be launched with the file name as an argument but I can't see how I capture that to use.
Code:
...
NumberOfArguments = ArrayLen(args())
FirstArgument = args(0)
SecondArgument = args(1)
...
Reply With Quote