Question
Help: how do i get Creo to allow negative values
Am I not understnding the syntax for allowing negative values?
I get the following error
d22=asin(1.4607*sin(d21))
errorInvalid attempt to assign negative value -0.875425deg to 'D22'. Precede the symbol with '$' to allow negative value.
but after adding $, I get the following error
$d22=asin(1.4607*sin(d21))
errorInvalid left side of assignment

