Hello,
i'm new to this kind of device and i have a problem i can't solve with constant string. I see the example on the user manual
CONST STRING * 6 STRTBL = (“COMFILE”, “BASIC”, “ERROR”, “PICTURE”)
and i tried to use the string this way. When i print the result is
STRTBL(0) = "COMFILE BASIC ERROR PICTURE"
STRTBL(1) = "BASIC ERROR PICTURE"
STRTBL(2) = "ERROR PICTURE"
STRTBL(3) = "PICTURE"
i want to use only the item for its index, example: STRTBL(0) = "COMFILE".
how i can do that ?
i search all the forum and manuals but i can't find any other examples,
thank you in advance
See you
