
01-28-2004, 04:36 PM
|
|
Graalian since 1998
|
 |
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
|
|
Re: Re: tokens
Quote:
Originally posted by ZeLpH_MyStiK
Is there anyway to tokenize a string w/o it breaking it up by spaces, and only by commas.
IE the string: This is an example,test test test,hi
would be broken up into:
This is an example
test test test
hi
I'm just wondering if there is a command for it, if not I guess i'll do it the hard way since wraptext2 width,font size,delimiter,text; doesnt seem to be working (delimiter portion of it).
|
Probably the best way is wraptext.
Quote:
Originally posted by mhermher
showtext blablabla,blabla,blabla,blalb,alb,alb,#I(string,i) ;
|
NPC Code:
showtext index,x,y,font,style,text;
There is no blablabla  |
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
|
|
|
|