Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello there,
I am trying to compare a parameter to the extent in X-Direction. The Values fit, but the statement doesn't do anything. So I guess I am mixing types?
What are theses Strings, Integer?
If Parameter("G_L") = Round(Measure.ExtentsLength, 0) Then
MsgBox("Länge identisch")
End If
Solved! Go to Solution.