Message 1 of 3
@ERROR while using variable value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello.
While I using a variable value for the thickness and Z limit value the result is @Anonymous.
How can i programming this?
Here is the program what i wrote.
string prompta = "Thickness?"
REAL a = INPUT "Thickness?"
EDIT PAR 'Thickness' "a"
EDIT PAR 'AxialThickness' "a"
string prompta1 = "Z value?"
REAL a1 = INPUT "Z valu?"
EDIT PAR 'ZRange.Minimum.Value' "$ZRange.Maximum.Value + a1"