Dave,
You are providing Constants to the macro, but are trying to move WORDs in the macro.
Use MOVE?CW instead of MOVE?WW
Are you using PBP3?
Usercommands will allow it to use Constants, Bytes, Words, Longs ... whichever you pass to the command.
Dave,
You are providing Constants to the macro, but are trying to move WORDs in the macro.
Use MOVE?CW instead of MOVE?WW
Are you using PBP3?
Usercommands will allow it to use Constants, Bytes, Words, Longs ... whichever you pass to the command.
DT
Thanks Darrel
That worked. In this case I am using PBP 2.6, I am helping with a project that is written in 2.6
Ideally I would like to pass variable like
Code:glcdline(_xpos - 15, _ypos, _xpos + 15, _ypos)
Dave
Bookmarks