This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

into config file and info tcl scripts....

Old posts that have not been replied to for several years.
Locked
f
flex

into config file and info tcl scripts....

Post by flex »

into config file and info tcl scripts canot put " [H_K] " ?! my nick is
[H_K]Flex and i canot put [H_K]Flex into set admin ... ?? :(
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

PLease search the forum, this has been talked abotu many times.

the [ and ] characters are Tcl charcters, used to call and get the return value of a Tcl function.

To use them in normal text, you have to escape them "\[hello\]"
Locked