I want to display long strings in a textbox on a HMI Webpage. The text box is not wide enough to display the whole string in one line, but it is high enough to display the string in several lines. Is there a way to perform an automatic text wrap so that the string is displayed in the necessary amount of lines within the text box? Thanks in advance Markus
Hello Markus, I get the following answer from development: Currently there is no way to “wrap” text to the next line when the edge of the text box is encountered. You can force the text to start a new line by adding the escape "\ " to the string. The following string: ‘123456789\ 123456789\ 123456789’ will be displayed as: 123456789 123456789 123456789 This is may be considered for a future revision of PLC Next Engineer, but no timeline has been given. Best Regards Eduard