New line in text property
Posted: Wed Jun 24, 2015 5:15 pm
In the following code #wrk50a = '2.00pm (10)'.
#COM_OWNER.Set_Label Name(tabSessions + '.Row%' + #x.AsString + '.Other') Text(#wrk50a)
Is there a way to force a line break in this string so that it appears as
2.00pm
(10)
Because of the form layout it will almost always wrap and never does in the right place.
Cheers
#COM_OWNER.Set_Label Name(tabSessions + '.Row%' + #x.AsString + '.Other') Text(#wrk50a)
Is there a way to force a line break in this string so that it appears as
2.00pm
(10)
Because of the form layout it will almost always wrap and never does in the right place.
Cheers