Input window prob
I'm trying to write a small Arexx script for Autopilot, but can not get an
input window to open on the Autopilot screen. This is what I've tried so
far
Address 'AP_REXX'
Say 'Enter your name' /*This is just a rough idea just to try and*/
parse pull name /* get a window to open */
Any help appreciated
Mark(UK)