Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QB64 PE and Inform PE numeric input box
#3
@Willi Grundmann you may be interested to know QB64pe has _InputBox$()
Code: (Select All)
myNum = Val(_InputBox$("Demo _INPUTBOX$([title$][, message$][, defaultInput$])", "enter a number please", "10"))
Print "Your number squared is"; myNum ^ 2
b = b + ...
Reply


Messages In This Thread
RE: QB64 PE and Inform PE numeric input box - by bplus - 03-11-2024, 01:54 PM



Users browsing this thread: 4 Guest(s)