Mike1985
09-30-2011, 03:16 PM
So say if my string was..
a = "Hello";
alert(a);
How do I get it to say;
alert("ello");
So how do I take off the 'H' in this example..
a = "Hello";
alert(a);
How do I get it to say;
alert("ello");
So how do I take off the 'H' in this example..