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.
Old posts that have not been replied to for several years.
S
Searchig
Post
by Searchig » Sun Jun 02, 2002 7:24 pm
I looked at how to scramble a word, but how can I have it just select the first 3 characters of a variable. Like if I set $myvar = "This is cool", and have another var set to Thi.
Any replies are appreciated.
S
Searchig
Post
by Searchig » Sun Jun 02, 2002 9:43 pm
Please ignore this. I found my answer. I forgot about string index
stdragon
Owner
Posts: 959 Joined: Sun Sep 23, 2001 8:00 pm
Contact:
Post
by stdragon » Mon Jun 03, 2002 3:05 am
Heh string index will work, but string range is better