Input box Prompt?

It exists an equivalent of Inputbox in Xojo, in order to prompt a text and the evaluate in, like VB?

Example. What is the result of 2+2? and show a text area to enter text and the evaluate the answer.

Thanks

No. You’ll have to create your own modal window for this.

ooooooh. Thanks :stuck_out_tongue:

For an example download this project:
http://www.osswald.com/xojo/samples/input.xojo_binary_project.zip

[quote=210809:@Oliver Osswald]For an example download this project:
http://www.osswald.com/xojo/samples/input.xojo_binary_project.zip[/quote]
Thanks Oliver