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.

got some trouble with lappend and {}

Old posts that have not been replied to for several years.
Locked
b
b34r
Voice
Posts: 35
Joined: Wed Jun 18, 2003 4:09 pm

got some trouble with lappend and {}

Post by b34r »

well i've made a script that inserts strings in to a var
inside a while loop i do a

Code: Select all

lappend found "\($var1 $var2 $var3\)"
but when i pusrev it to a channel it comes out like this:

Code: Select all

{(blah blah blah)} {(onother blah fexing blah)}
You see ? .. i would like to get rid of the { and }.
They're not supposed to be there, only the ( and ).

Could somebody please help me out here?
b
b34r
Voice
Posts: 35
Joined: Wed Jun 18, 2003 4:09 pm

Post by b34r »

well .. nevermind me...
i solved it
Locked