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?
InputBox in FNXBasic
Re: InputBox in FNXBasic
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.
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.