Opening the Text Import Window

Is there any way to open the Text Import Wizard programmatically?

I’d like to give my user a button to avoid messing with the menus.

Any wizard can be opened programatically with the openwizard statement.

The documentation for this statement mentions options, but there are no options for the Text Import wizard, so just leave this blank. So the code will simply be:

openwizard "Text Import"

Thank you Jim! I had searched through the Help on the word “menu” trying to find a way to invoke standard menu commands.