Hi Giannis,
It's not clear what you are trying to achieve here, can you describe it in more details?
In JavaScript -- you are describing a function that receives the values and processes them.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Giannis,
It's not clear what you are trying to achieve here, can you describe it in more details?
In JavaScript -- you are describing a function that receives the values and processes them.
i mean that if i pass just one variable from mapping,then I could refer on that with "value" .
But now I am passing two variables on msg function,my problem is that i don't know how can I use their values
I tried something
var location = geoloc.value;
var message = msg.value;
But I got undifined
Hi Giannis,
It's better to use two different variables and map result to them.