s = 5; n1 = new String (s); n2 = String (s); trace (typeof n1); trace (typeof n2); ///// n = "5"; s1 = new Number (n); s2 = Number (n); trace (typeof s1); trace (typeof s2);