
04-23-2001, 06:27 AM
|
|
The one, The only -
|
 |
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
|
|
accually
|
accually you can now do it if you have v2.0.2 +
you would have to use the functions
strlen(str)
startswith(part,str)
#e(startindex,length,str)
you would do something like
if(startswith(setsword,#c){
this.how.long = strlen(#c);
this.gif = #e(9,this.how.long-9,#c);
}
this code was just off the top of my head.. I haven't tested it but it would be something like that I beleve. |
__________________
Thanks,
-KJL
|
|
|
|