Conditional Read statement
Create Date: Feb 18 2013 9:55AM Hi, In a script I'm working on I want to check if a variable exists and, if not, prompt the user for a value, like this: code:if (!$VAREXISTS(oobmgt_mask)) then set var oobmgt_mask $READ(Mask:)endif But the $RE...