ラベルの最後の10文字をラベリングで削除するにはどうすればよいですか?<\/P><\/BODY><\/HTML>
Charles - you can use the following VBScript label expression to do that:
Function FindLabel ( [COMMENT] ) strL = (LEN([COMMENT])-10) if strL > 0 then FindLabel = MID([COMMENT], 1, strL) else FindLabel = [COMMENT] end ifEnd Function
See screen capture below. Just replace
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.