Hi all, Due to a recent downgrade from v3 back to 2.9.51 some of our scripts need adjusting. Most notable is the script handling of /tool e-mail.
We are trying to do this:
:set foo 900
/tool e-mail send to=mailbox@domain.com from=mailbox@domain.com server=1.2.3.4 subject="variable is $foo" body="value is $foo"
But the 2.9 ROS wont accept the $foo in the body of the email (invalid argument). How do I wrap this value in the body to display the value in the generated email?
At this point of the script $percentage has a value but it wont assign the warninglevel variable to the values in marks if the statement is true. could you point me to the correct syntax here?