Jump to content

Command Line Parameters


Recommended Posts

I'm talking about the Contents and Index Tabs on the Help file so that you can find the writeup.

Also the write-up itself needs expansion.. if you do not use a parameter then the $CmdLine array is NOT Initialized. So if you want to have a default value for a parameter you need the following code:

If $CmdLine[0] = "" Then

Dim $CMDLine[5]

$CMDLine[1]= "default"

EndIf

Link to comment
Share on other sites

I have to agree :blush: .. I forgot the name of $CmdLine recently :ph34r: and couldn't find it in the helpfile - had to find a previous script I'd written :(

It would certainly be v useful if it could have it's own topic, especially if it could be found when you search for such things as commandline.

Please :lol:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...