In most cases you call an M code to ask for the text.
Dim Name As String
Name = AskTextQuestion(“Please enter your name:”)
Message “Hello, “ & Name
It is also possible to use Param1(), Param2() & Param3() in an M code to read the P,Q & R value sent to the call e.g. M1234 P65 Q66 R67 the ASCII values of A,B & C