Page 1 of 1

global_var NFC_id

Posted: 07 Nov 2020 12:33
by boruciak
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

Re: global_var NFC_id

Posted: 07 Nov 2020 13:14
by boruciak
Ok. I found:
setValue("global_{nfc_tag_ids}", getDate....);