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.

LRange

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

Post by Jimbo »

I have a list which is:
hello<10spc>welcome<10spc>thank you
I cant use real spaces cos the board doesnt like it!!!!

I am trying to get the "welcome<10spc>thank you" part of it with lrange...
But it ignores the spaces and just outputs "welcome thank you"........How can i stop it ignoring the spaces?

THanks for any help.........

<font size=-1>[ This Message was edited by: Jimbo on 2002-06-17 11:33 ]</font>
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

try regexp instead of lrange

(check the tcl manual)
Locked