Page 1 of 1

InputBox in FNXBasic

Posted: Wed Dec 06, 2023 4:23 pm
by mauros_
Good morning, or good evening, everyone.
I am a new user with little programming knowledge and I hope for your help. I wanted to be able to use the InputBox function in FNXasic. Could you explain to me if it can be done and how?

Re: InputBox in FNXBasic

Posted: Tue May 07, 2024 10:56 am
by amksoft
Hi,
There is no InputBox function, like VB6 has, in FnxBasic.
you have to create your own form that acts as a inputbox

See the examples/dialogs for hints on to create your own forms.