I have data from google sheet, it was converted to csv, and in the google sheet i have data with description which must use new line, in the google sheet, i add <br>
or \n
, but when its appear on label in application, its not make a new line, can you help me guys ?
Tick the HTMLFormat box in the designer for the Label. This will then handle the <br>
tag correctly.
Thanks again sir
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.