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.

string generator help!

Help for those learning Tcl or writing their own scripts.
Post Reply
g
garung
Voice
Posts: 9
Joined: Wed Oct 26, 2005 4:11 pm

string generator help!

Post by garung »

SOLVED! thanks.
Last edited by garung on Sat Aug 30, 2008 2:21 pm, edited 1 time in total.
g
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]
Post Reply