0 Members and 2 Guests are viewing this topic.
MyString.length
if (MyString.length == 9) { trace("Is 9");} else { trace("Is not 9 it is:"+ MyString.length);}