vefatica May 13,723 209 2018-07-28 #1 DELAY UNTIL %@AGEDATE[...] ... It doesn't work because @AGEDATE puts a comma between the date and time and DELAY doesn't like the comma. Can you do something about that?
DELAY UNTIL %@AGEDATE[...] ... It doesn't work because @AGEDATE puts a comma between the date and time and DELAY doesn't like the comma. Can you do something about that?
vefatica May 13,723 209 2018-07-28 #3 Charles G said: Why not just use @replace[] to remove the commas? Click to expand... Or use @WORDs 0 and 1 (which I'm doing now). But I shouldn't have to do it.
Charles G said: Why not just use @replace[] to remove the commas? Click to expand... Or use @WORDs 0 and 1 (which I'm doing now). But I shouldn't have to do it.