03-30-2023, 07:51 PM
What's wrong with new Dialog boxes?
Code: (Select All)
_Title "Test boxes" 'b+ 2023-03-30
' default screen
_MessageBox "Box tests", "This is the _MessageBox test, coming up next is _InputBox test."
ans$ = _InputBox$("Box Tests", "Hi, how do you like the tests so far?", "Great!")
Print "So you think these tests were "; ans$
b = b + ...