InputBox in FNXBasic

In this category you can exchange your programming questions and solutions.
Post Reply
mauros_
Posts: 1
Joined: Wed Dec 06, 2023 4:15 pm

InputBox in FNXBasic

Post: # 98390Post mauros_
Wed Dec 06, 2023 4:23 pm

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?

amksoft
Posts: 4
Joined: Tue Mar 29, 2022 1:38 pm

Re: InputBox in FNXBasic

Post: # 98391Post amksoft
Tue May 07, 2024 10:56 am

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.

Post Reply