Here's the kind of thing that I need to do:
M1 = "Message_1"
M2 = "Message_2"
M3 = "Message_3"
If x = 1 then Mess = M1
If x = 2 then Mess = M2
If x = 3 then Mess = M3
For B0 = 0 To 8
LOOKUP B0,[“Mess”],B1
Serout 0,N2400,[B1]
Next B0
Here's the kind of thing that I need to do:
M1 = "Message_1"
M2 = "Message_2"
M3 = "Message_3"
If x = 1 then Mess = M1
If x = 2 then Mess = M2
If x = 3 then Mess = M3
For B0 = 0 To 8
LOOKUP B0,[“Mess”],B1
Serout 0,N2400,[B1]
Next B0
Bookmarks