GeorgeLewis
Programmer
Is there any way to pass command-line arguments to a script?<br>
<br>
For example, I am writing a parsing program and would like to specify the settings.<br>
I don't want to delve into creating and reading values from checkbox, radio button, or text widgets, etc.<br>
in Tk if I don't have to do it.<br>
<br>
The simple solution to me would be to use the command-line. But, I don't know if Tcl allows you to<br>
use the command-line. For example, I would call my parser to print all the procedures in a Tcl script:<br>
Parser.tcl
<br>
For example, I am writing a parsing program and would like to specify the settings.<br>
I don't want to delve into creating and reading values from checkbox, radio button, or text widgets, etc.<br>
in Tk if I don't have to do it.<br>
<br>
The simple solution to me would be to use the command-line. But, I don't know if Tcl allows you to<br>
use the command-line. For example, I would call my parser to print all the procedures in a Tcl script:<br>
Parser.tcl