I am just learning about flash and was wounder waht is the matter with the code here.
a = “house”;
trace(a.length);
if (a.length>3) {
trace(yes.toString());
}
I thought that in the out put box that the word yes would be show up. I understand that if i put trace(“yes”) it would but I thought that toString() would do that. Could use some help toString()