Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to use an IF statement to produce a positive or negative output parameter value based on the slope of a link.
If L3.slope < 0 Then
L3.YLength = -L3.YLength
Else
L3.YLength = L3.YLength
End If
Produces a compiler error, can anyone assist plz.
Solved! Go to Solution.