Hello all,
This is related to my previous question, but with a different bend. The
following state keeps giving me "faster than formal argument" error.
eg = kline(1, tableread(rates, 0), 0);
After thinking about it just now, it would appear that the reason that
this is giving me a trouble is because this statement is enclosed with a
k-rate block. Does the tableread get its rate from the enclosing block?
I am not really sure, but could this be the reason that this keeps
giving me trouble? I can not find any reason that this would not work,
are not the tableread/write opcodes x-rate??? This would be a good use
for the "cast" of rates, using the following:
eg = kline(1, (irate) tableread(rates, 0), 0);
Thanks,
Mike
This archive was generated by hypermail 2b29 : Mon Jan 28 2002 - 12:03:57 EST