Turbo seems not to like zero dimensioning and does not allow a redimensioning 
of a variable with a number of dimensions differing from that when it was first 
defined.


Ah , OK, so K could use LOCAL temparray$(1,1) and re-dim it to (1,1) at the end - no problem.

2. Use TURBO (with a large enough dataspace)

Doesn't turbo automatially cliam more heap space when it needs it?
The whole purpose of this prog is that when the program starts.
I don't know the dimension the array will ultimately need,

You have to call TURBO from master basic. but you can do this from another 
program by using  COMMAND_LINE to select the master basic and then TYPE_IN to 
set the command CHARGE which causes the compilation with a report sent to ram1.


Doesn't this mean that the program to be "charge"d will need to be loaded into Job 0, too?

Wolfgang


_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to