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 split problem...

Old posts that have not been replied to for several years.
Locked
J
Jiuy

string split problem...

Post by Jiuy »

if i got string like "there is some text # there are more text"...
how i can "split" string where are "#"?
m
mortician
Voice
Posts: 37
Joined: Sun Sep 22, 2002 6:35 pm
Location: Tsjakamaka
Contact:

Post by mortician »

http://www.tcl.tk/man/tcl8.4/TclCmd/split.htm

Code: Select all

split "there is some text # there are more text" #
this was hard :)
It is a mistake to think you can solve any major problems just with potatoes.
Locked