Hi!
I have three group adresses with an integer, that together is a date. Like:
1/0/0 Year (2018)
1/0/1 Month (12)
1/0/2 Day (29)
I need to create one GA with a complete date, like 2018-12-29. It could be a EIS 4 date, or it could be a 14-byte text. Doesn't matter that much - but I'm totally unable to find a way to combine them.
I tried using IntToString (together with "Compile texts"), and that works - except that if I reboot the HS, the IntToString will not read the GA 1/0/0 - it will wait for an update. Which will come sooner or later, but it could be weeks without that GA changing. Thus my date will stay empty untill then...
Hope someone understands my problem, and again - sorry for writing English. You are welcome to answer in German, if that helps. I can read it quite good, but will not offend anyone with my writing...
I have three group adresses with an integer, that together is a date. Like:
1/0/0 Year (2018)
1/0/1 Month (12)
1/0/2 Day (29)
I need to create one GA with a complete date, like 2018-12-29. It could be a EIS 4 date, or it could be a 14-byte text. Doesn't matter that much - but I'm totally unable to find a way to combine them.
I tried using IntToString (together with "Compile texts"), and that works - except that if I reboot the HS, the IntToString will not read the GA 1/0/0 - it will wait for an update. Which will come sooner or later, but it could be weeks without that GA changing. Thus my date will stay empty untill then...
Hope someone understands my problem, and again - sorry for writing English. You are welcome to answer in German, if that helps. I can read it quite good, but will not offend anyone with my writing...
Kommentar