Return("Unable to connect. Check your local access number, access method, and modem port speed settings under Options and try again.")
WatchPoint(3,50,"Username:")
Show("Sending Delphi Username . . .")
Puts("$(UserID)$(CommEol)")
WatchDelete(3)
WatchPoint(4,5,"Old Password:")
PutPassword("Please enter your temporary (current) password.|Password:")
Puts("$(CommEol)")
Gets("\n",2000,0)
WatchPoint(5,5,"New Password:")
PutPassword("Please enter a new password. As a new member, you are required to change your password to secure your account. Passwords must be between 6 and 32 characters in length.|New Password:")
Puts("$(CommEol)")
Gets("\n",2000,0)
WatchPoint(6,50,"Verification:")
PutPassword("Please re-enter your new password for verification. Your password setting in InterNav, under Options, will be updated automatically.|Verification:",1)
Puts("$(CommEol)")
Gets("\n",2000,0)
WatchPoint(7,50,"Password:")
Screen("Off")
PutPassword()
Puts("$(CommEol)")
Gets("\n",2000,0)
Screen("On")
WatchPoint(8,50,"MAIN>")
WatchExit()
WatchPoint(9,10,"Sorry for the inconvenience.")
Wait(5000)
Puts("$(CommEol)")
WatchPoint(10,10,"BUSY")
Show("Busy . . . Redialing . . . Click on the Cancel button to terminate.")