Select to view content in your preferred language

10.3 Labeling

7150
10
Jump to solution
04-12-2016 07:26 AM
MikeFroese
Deactivated User

I have a label expression where I want to not display any building numbers greater than 1000. We went from 10.0 to 10.3. The script worked in 10.0 but not 10.3.

Function FindLabel ( [buildingNumber] )

if ( [buildingNumber] < 1000) then

FindLabel = [buildingNumber]

end if

End Function

Thanks for any help

Mike

0 Kudos
10 Replies
AdrianWelsh
MVP Honored Contributor

Mike,

I am glad that it was an easy solution!

If you change this thread from a 'discussion' to a 'question' you then have the ability to mark one of these answers as 'correct'.

0 Kudos