Hi Jack,
Param to get function it is just string and you can concatenate it with variable.
For example:
code
var value = Apperyio.storage.selected_job.get("$['" + code + "']");
/code
Hi Jack,
Param to get function it is just string and you can concatenate it with variable.
For example:
code
var value = Apperyio.storage.selected_job.get("$['" + code + "']");
/code
Thank you so much. I was making that too hard and tried what you said before but made another mistake and assumed incorrectly.
Again, thank you Pavel.
due to the double sets of """". Basically