...
And also build the list of dates:
Code Block |
---|
trDatedt = trDate & [date(val_date[i]) + hour(val_time[i]) trDate = trDate & [dt] |
Having finished the body of the loop the last step in our Macro is to define an Input Visualiser and return it. The code we need to add is like this:
...