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
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.