Hi
i want to get global variable with NFC ID name. How to do it?
Something like:
global_{nfc_tag_ids} = getDate...
Ultimately, I want to assign a date to a global variable whose name will be NFC id.
Thx for help.
boruciak
global_var NFC_id
Moderator: Martin
Re: global_var NFC_id
Ok. I found:
setValue("global_{nfc_tag_ids}", getDate....);
setValue("global_{nfc_tag_ids}", getDate....);