Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
Two possible work arounds:1. Use word spacing. This works pretty well, but the user doesn’t have complete control over the exact number of spaces. Works well if the label fields have only one word.2. Use text formatting tags to make "place holder" characters the same color as the background. For example:[L_T_ADD] & "<CLR red='255' green='255' blue='255'>" & "............." & "</CLR>" & [Name] & "<CLR red='255' green='255' blue='255'>" & ".............." & "</CLR>" & [R_T_ADD]This works well if the spaces don’t cross over other features.