Code: Select all
text.s = "A" + Space(10) + "B"
Debug text
OpenWindow(0, 100, 100, 400, 300, "")
TextGadget(0, 0, 0, 400, 300, text)
Don't know if this is really to call a bug, but imo it should be mentioned in the docs to avoid confusion.
Code: Select all
text.s = "A" + Space(10) + "B"
Debug text
OpenWindow(0, 100, 100, 400, 300, "")
TextGadget(0, 0, 0, 400, 300, text)