Perform Label Expression in ArcGIS (VBScript)
1. Lower Case & Upper Case Lower Case: LCase ([Field]) Upper Case: UCase ([Field]) 2. Space & Comma [Field] & " " & [Field] & [Field] & " , " & [Field] 3. Add New Line [Field] & vbnewline & [Field] 4. Multiplication or Addition or Subtraction [Field] * 10 or [Field] + 10 or [Field] – 10 5. Font Style Bold: "<BOL>" + [Field] + "</BOL>" Italic: "<ITA>"+ [Field] + "</ITA>" Underline: "<UND>"+ [Field] + "</UND>" 6. Name " Name: " & [Name] 7. Colour & Font "<CLR red='255'><FNT size = '14'>" + [Zone_Name] + "</FNT></CLR>" Video: