dim [DIAMETER_1] as number dim [New_Pipe_S] as number dim X as number if [New_Pipe_S] = 0 then X = [DIAMETER_1] else X = [New_Pipe_S] end if Final_Dia = X
diam = [DIAMETER_1] pipe = [New_Pipe_S] if pipe = 0 then X = diam else X = pipe end if Final_Dia = X
dim diam as number dim pipe as number dim X as number diam = [DIAMETER_1] pipe = [New_Pipe_S] if pipe = 0 then X = diam else X = pipe end if Final_Dia = X
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.