Getting a user text input ?

OK, MsgBox, MessageDialog and his (nearly) twin MessageDialogButton are display dialogs, no input from them.

Is my memory getting troubles ? Is there’s a way to get a String from the USer or must I create a special window to get a String from the user ?

I seem to recall something like:

“Please type a word” + Cancel and OK buttons…

But reading and searching the documentation leads to nowhere (not found).

somewhere I have a custom class that is a MsgBox and InputBox for macOS/Windows, but in the style similar to iOS

http://www.rdS.com/mymsgbox.html

http://www.rdS.com/mymsgbox.dmg.zip

So, it was a souvenir from the vaults (not from Xojo !). Weird…

After a long nap, yesterday afternoon, I finally created a brand new window to achieve my goal.