|
Hello Rich,
Nice to hear you again
It seems those keywords also accept numeric input.
The problem was that I used TURBO_locstr=2 instead of TURBO_locstr 2.
Now all works OK (I've also understood that those
lines have not to be executed but have simply to be put for instance at the
start of the SBasic program).
I have to report my compliments to George Gwilt for
the development of Turbo: exceptional work. As a marginal fact I have recompiled
MasterBasic with Turbo 4.16 after 7/8 years (after a few modifications for
SMSQ/E compatibility - was developed under Minerva) and all worked without a
problem.
thanks anway for the help
best regards
Davide
----- Original Message -----
Sent: Sunday, March 02, 2003 12:38
PM
Subject: Re: [ql-users] TURBO
question
In a message dated 02/03/2003 11:34:12 GMT Standard Time,
[EMAIL PROTECTED] writes:
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
|