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.

simple string manipulation question

Old posts that have not been replied to for several years.
Locked
e
eiSi
Halfop
Posts: 70
Joined: Thu Mar 07, 2002 8:00 pm

simple string manipulation question

Post by eiSi »

hi there!

I#ve got a string (yeehaa ^^):

set mystring "ab"

how to "add" "c" to the end, so that my string is "abc"?

thanks for your help!
e
eiSi
Halfop
Posts: 70
Joined: Thu Mar 07, 2002 8:00 pm

Post by eiSi »

sorry, solved it by myself.

used the append command :)
Locked