Hi,
I want to insert a array variable in a another variable. I know how to get it done in php but not in JavaScript. Please advice how should I code the syntax for variable statement ?
var name[0][0]="tom";
name[0][1]=12;
statement="My name is".name[0][0]."and my age is".name[0][1]";
I searched the net and found articles on strings but could not find anything which just shows how to do this. Any help will be appreciated.
Cheers,
Vishal