-
table array not recognised ?
This post is deleted! -
@Fauveboy My guess is that your $1 argument is a symbol, in which case you cannot use [pack $1 f] or [$1]
You will need to replace [$1] with [symbol $1]
And for a $1 in [pack] you will need to use again [symbol $1] and bang it into [pack s f] so that it replaces the "s".
For some reason both those objects expect a float from a $ argument and not a symbol.
That is why you see "0-table: no such object" in the terminal. As there is no float the [$1] has sent "0", and there is no 0-table as the table got its symbol argument just fine.
David. -
I am having the same problem. The thing is that I am using the wizard but the value of the range is not showing in the worksheet. How will I look up to that?