closed
Public

During Simulation i do two things:

Set “Window” Title to “[Table][{row}][2]”

Change “TextBox” text to “[Table][{row}][3]”

The problem are the spaces. In the TextBox they are OK but in the Window Title they look like this “& n b s p ;”. Same problem i had with another element.

Is there any solution?

i thought i read about it her but can’t find it again.

1 answer

Hello Yasofies,

The TextBox element automatically convert its text to correct format when get/set its content, while the Table element does not.

It is inconsistent and we should have it fixed, meanwhile you can use an invisible TextBox to do the convertion, before setting to window’s title:

#1

This question is now closed