Re-Use a User-Date in User Defined Tool
Posted: Thu Aug 08, 2019 8:05 am
Hello,
I have created a User Defined Tool that creates a new email in Outlook and fills all fields of the mail (To, CC, Subject, Body) with data stored in the ToDoList.
I have now a button in the toolbar that creates the email.
In the command I also have a date prompt, that asks for a date and pastes it in the subject:
I want to re-use this variable a second time in my body, how can I perform this?
Best regards
OLLI
I have created a User Defined Tool that creates a new email in Outlook and fills all fields of the mail (To, CC, Subject, Body) with data stored in the ToDoList.
I have now a button in the toolbar that creates the email.
In the command I also have a date prompt, that asks for a date and pastes it in the subject:
Code: Select all
$(userdate, var_date1, "Date prompt")
Best regards
OLLI