Array problems in journal
Array problems in journal
(OP)
I'm updating an old grip program I have (see thread561-52509: Block of material from solid or surface.) to a journal to add some new features. I'm having trouble passing arrays into/out of a couple of functions; I get an error message "Number of indices is less than the number of dimensions of the indexed array". A quick google search gives some info but I can't seem to get the 'suggested fix' to work.
Any ideas?
Any ideas?





RE: Array problems in journal
Also when passing the array to a function pass it as bbox, not as bbox().
I have modified your file. You can see what I have done.
Suresh
www.technisites.com.au
RE: Array problems in journal
I had tried several different ways to declare the arrays, but my real problem was with how I was calling the function.