Font Not Applied When Using Split
Posted: Tue Nov 18, 2025 12:49 pm
Good afternoon,
If I have a text box that prints a field and has a font applied to the text box, the font is applied ok.
If I use the Split function, then the font is not applied and appears to fallback to a default.
Example of Text:
Please can you advise if there is a solution to correctly apply the desired font to the result of the split?
If I have a text box that prints a field and has a font applied to the text box, the font is applied ok.
Code: Select all
{My_Section.My_Field}Example of Text:
Code: Select all
{My_Section.My_Field.Split('~')[60]}