Hi all,
I'm trying to label some features with data from various columns in the attribute table. I've been using VBScript to do this, with an expression such as:
[Column 1] &vbnewline& [Column 2] &vbnewline& [Column 3] &vbnewline& etc.
The problem I'm encountering is if one of the columns is empty or has a null value, the label skips a line where that columns label should be (see screenshot).

Is there a way to remove this space? This is my first time using expressions to display labels in this way, so I'm relatively unfamiliar with VPScript, Arcade etc.