Forum: [VBP] General Discussion
02-13-2004, 03:05 PM
|
Replies: 3
Views: 10,604
|
Forum: [VBP] General Discussion
02-13-2004, 11:55 AM
|
Replies: 3
Views: 10,604
Can't get DATETIME macro value
Hi folks, in a script step, I'm assigning the DATETIME macro value as follows:
macro.Value = [DATETIME]
but I get nothing in the relevant macro. If I replace this with:
macro.Value = [DATE]...
|