- Code: Select all
text.s = "A" + Space(10) + "B"
Debug text
OpenWindow(0, 100, 100, 400, 300, "")
TextGadget(0, 0, 0, 400, 300, text)
The reason is that the Textgadget uses Html, so you need to use " " to display additional spaces.
Don't know if this is really to call a bug, but imo it should be mentioned in the docs to avoid confusion.