05-19-2006 03:27 PM
05-20-2006 03:09 AM
Hi,
Use the step reference to get a PropertyObject reference using the Step.AsPropertyObject. With this PropertyObject reference you can then get the values of Limits.High and Limits.Low using the PropertyObject.GetValNumber() method.
Limits.High and Limits.Low will be the lookup string for the PropertyObject.GetValNumber() method.
Hope this helps
Regards
Ray Farmer
05-22-2006 12:43 PM