Forum Discussion
ArchiveUser
13 years agoQrew Captain
If you don't want to have extra spaces, new lines or commas when pieces of the data are missing, use:
List("\n",
[Name],
[Street],
List(" ", List(", ", [City], [State]),
[Zip])
)
Hope that helps, Keira
List("\n",
[Name],
[Street],
List(" ", List(", ", [City], [State]),
[Zip])
)
Hope that helps, Keira