Query to function _InputBox$
#6
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 + ...
Reply


Messages In This Thread
Query to function _InputBox$ - by Petr - 03-30-2023, 09:44 AM
RE: Query to function _InputBox$ - by bplus - 03-30-2023, 12:34 PM
RE: Query to function _InputBox$ - by Petr - 03-30-2023, 05:37 PM
RE: Query to function _InputBox$ - by Jack - 03-30-2023, 06:27 PM
RE: Query to function _InputBox$ - by Petr - 03-30-2023, 06:52 PM
RE: Query to function _InputBox$ - by bplus - 03-30-2023, 07:51 PM
RE: Query to function _InputBox$ - by Petr - 03-30-2023, 08:12 PM
RE: Query to function _InputBox$ - by bplus - 03-31-2023, 01:21 PM
RE: Query to function _InputBox$ - by Petr - 03-30-2023, 09:44 PM
RE: Query to function _InputBox$ - by Petr - 03-31-2023, 08:55 AM
RE: Query to function _InputBox$ - by mnrvovrfc - 03-31-2023, 09:53 PM



Users browsing this thread: 3 Guest(s)