From: Nick Griffin (ngriffin@sio.midco.net)
Date: Tue Apr 18 2006 - 13:00:41 GMT-3
This may help you:
http://www.internetworkexpert.com/resources/tclshrsh.htm
JB wrote:
> Hi, when I compose a tcl script I want to include comments into it so
> I document the script:
>
> tclsh
>
> foreach addr {
>
>
> !!want to place comment here!!
>
>
> 1.1.1.1
>
> } {ping $addr}
>
>
> ++++++++++++++
>
> tclsh
>
> foreach ip {
>
> !!want to place comment here!!
>
> 1.1.1.1
>
> } {puts [exec ping $ip]}
>
>
> Does anyone from the group know how to add comments? I have tried ! and #.
>
> Cheers,
>
> JB
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Mon May 01 2006 - 11:41:57 GMT-3