In attempting to display cogo labels we are trying to display radius but only when it is populated in the field via the Create COGO Fields tool in ArcCatalog.
we are trying to get something similar to cad
Function FindLabel ( [Direction], [Distance], [Radius] )
FindLabel = [Direction] & vbNewLine & [Distance] & vbNewLine & â??R = â?? &[Radius]
End Function
With this script it will put an R= on every label. How do we get it to do R= [Radius] only when radius is populated in the attribute table.