I wanted to use the various TURBO_xxx instructions in order to avoid to set everytime the object file etcetera of paser_task. The problem is that as soon as I issue a command such as TURBO_locstr=2 I get the following error (QPC2 3.03):
assignment can only be to a variable or array element
What am I doing wrong?
Giggle - methinks you need to look in my SBASIC/SuperBASIC Reference Manual (plug over).
These commands are m/c procedures, not variables, therefore you should be using :
TURBO_locstr "i": REMark Ignore any undimensioned strings
TURBO_locstr "r": REMark Report any undimensioned strings
TURBO_locstr "c": REMark Create global DIM for any undimensioned strings
--
Rich Mellor
RWAP Software
35 Chantry Croft, Kinsley, Pontefract, West Yorkshire, WF9 5JH
TEL: 01977 610509
http://hometown.aol.co.uk/rwapsoftware
