View Single Post
Old 10-15-2012, 04:34 PM   PM User | #5
Kiefer
New to the CF scene

 
Join Date: Oct 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Kiefer is an unknown quantity at this point
Quote:
Originally Posted by Philip M View Post
Code:
var str = "-18x"
var exponent = "2";
var x = str + exponent.sup();
document.write(x);

“The expert at anything was once a beginner”
If I use an associative array should it work like this?

(monomial.exponent).sup
Kiefer is offline   Reply With Quote