I have a problem using "user defined variables".
I have two jobs, and I need to ensure that the same timestamp is used for the two jobs, so I wanted to use a variable to set the timestamp.
The jobs are as follows:
Job A sets the string variable DummyVar to the value: {DATEFORMAT(dd-MM-yyyy HH:mm)}
<8-10 minutes later>
Job B uses the DummyVar to do something
The problem is that the DummyVar variable is not considered a constant, but the value of the variable changes as time goes by.
Is this a bug? And is there a way to circumvent this issue? I really want to use the date/timestamp as a constant.
best regards,
René Truelsen
An eager user of VisualCron
Edited by moderator
2011-08-22T08:46:08Z
|
Reason: Not specified