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.
-
NewzUK
- Master
- Posts: 200
- Joined: Mon Nov 18, 2002 3:10 am
- Location: Auckland, New Zealand
-
Contact:
Post
by NewzUK »
Hi - is it possible to combine these 2 operations into one line? I've tried a few combinations but no luck so far...
[string toupper $a]
[gettok $a 1- 32]
Thanks in advance...
-
user
-
- Posts: 1452
- Joined: Tue Mar 18, 2003 9:58 pm
- Location: Norway
Post
by user »
'[string toupper [gettok $a 1- 32]]' or '[gettok [string toupper $a] 1- 32]' ?
Have you ever read "The Manual"?
-
NewzUK
- Master
- Posts: 200
- Joined: Mon Nov 18, 2002 3:10 am
- Location: Auckland, New Zealand
-
Contact:
Post
by NewzUK »
ah yes, helps to have the bits in the right places!
thanks user!