Hi Mark,
Is it possible that the LCD command may have a similar problem as PRINT?
[code:1:017261fc74]
DIM A(3) as String * 3 , I as Byte
A(2) = "HLP" : I = 1
LCD A(I + 1)
[/code:1:017261fc74]
↧