Hello Guest it is April 23, 2024, 02:48:22 PM

Author Topic: Edits to M6End not being seen?  (Read 5808 times)

0 Members and 1 Guest are viewing this topic.

Offline rcaffin

*
  •  1,054 1,054
    • View Profile
Re: Edits to M6End not being seen?
« Reply #10 on: January 03, 2012, 03:52:56 AM »
Hi Ray

Geez, I dunno, it must have followed me home one day...
I found it on my system. No idea where it came from.
Basically it is the code found on page 3 of the Macro_Prog_Ref manual:

Dim UsersName As String
UsersName = AskTextQuestion(“Please enter your name:”)
Message “Hello, “ & UsersName & “!”

A simple Message"Hi" would suffice in its place of course.

Cheers