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.
Help for those learning Tcl or writing their own scripts.
-
garung
- Voice
- Posts: 9
- Joined: Wed Oct 26, 2005 4:11 pm
Post
by garung »
SOLVED! thanks.
Last edited by
garung on Sat Aug 30, 2008 2:21 pm, edited 1 time in total.
-
game_over
- Voice
- Posts: 29
- Joined: Thu Apr 26, 2007 7:22 am
Post
by game_over »
see string map
Code: Select all
set new_word_list [string map {"word" "*"} $list_of_words]