Hi, exists in AS a function that retrive if a subString exists. For example
var txt :String="CIAO MONDO";
//this is not ActionScript >0 SubString exists
if(txt.pos('MONDO')>0)
return true;
else
return false;
Can you help me please
Devis
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

