Posted: 08:57am 17 Sep 2019 |
Copy link to clipboard |
 Print this post |
|
OK
This works with the FONT command before the GUI Displaybox command. (The FONT statement after the GUI Displaybox command didn't).
FONT 4 gui displaybox #1, 10, 415, 330, 50, grn, cBGnd CTRLVAL(1) = "BACKLIGHT = " + str$(B_Light) + "%"
The other examples I was following had the FONT statement immediately before the text as I originally posted.
Got DAY$ tested OK thanks Peter
Brian ChopperP |