hide Command-line argument variables (&0)?
Posted: Mon May 11, 2015 3:10 am
page 146 LiveCode Users Manual:
Command-line argument variables
If you start up the application from a command line, the command name is stored in the
variable $0 and any arguments passed on the command line are stored in numbered
variables starting with the $ character.
A long list of $... entries appears in the Variables section of the Code Editor.
Can you hide these?
TIA
Erik Hansen
Command-line argument variables
If you start up the application from a command line, the command name is stored in the
variable $0 and any arguments passed on the command line are stored in numbered
variables starting with the $ character.
A long list of $... entries appears in the Variables section of the Code Editor.
Can you hide these?
TIA
Erik Hansen