Hello,
I want to retrieve parameters of my command tcl in a proc.
How can you this ?
For example :
I execute a proc named PROC01 with parameters.
I want to know the parameters to use inside the proc.
A proc :
PROC01
001 PQ
002 HSET-DEVICE
003 <how to use parameters line command ?>
004 PH
005 ...
And execute this in prompt :
: PROC01 6
In Basic programs, you can use tclread. But, with proc, how to do this ?
Thanks for your response,



