Function FindLabel ( [LOCID] , [Silica] ) if ( [Silica] <> 0) then FindLabel = [LOCID] & vbNewLine & [Silica] else FindLabel = [LOCID] end if End Function
Function FindLabel ([LOCID],[SILICA]) if ([SILICA] > 0) then FindLabel = [LOCID] end if End Function
Function FindLabel ( [LOCID] , [SILICA] ) if ( ["SILICA"] > 0 ) then Findlabel = [LOCID] end if End Function
Function AnValue ( [LOCID] , [Silica] ) if ( [Silica] > 0 ) then AnValue = [LOCID] end if End Function
[LEFT]Function FindLabel ( [FCODE], [ELEVATION] ) if ( [FCODE] = "HA90000000" ) then FindLabel = [ELEVATION] end if End Function[/LEFT]
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.