Can somebody please help me about sending variables through email? Is it possible to place all content of all variables into a single variable or into a certain preformatted text file before sending it through email?
I don’t now about sending variables through email but if u want to place all content of all variables into a single variable you can do that easily by creating a
new Object();
object. It can store as many variables as u want( I guess it’ll have a limit, don’t know).
Ie.:
imagin you have this variables:
var fruit = pear;
var meat = beef;
var veg = carrot;
var pulse= lentil;