Page 2 of 2

Re: combining arrays

Posted: 23 Oct 2013 13:58
by Macciza
Hi
Maybe recheck your script and arrays etc for typos or other logic errors . .
arraytostring({a,b,c}) should work - regardless of when you join the arrays
Cheer

Re: combining arrays

Posted: 24 Oct 2013 12:20
by electrofux
Now it works :)

Re: combining arrays

Posted: 28 Oct 2013 18:21
by electrofux
Oh man, i am still fighting with my scripts.

while i understood how to use arraytostring now, i have the problem that during the scanning process i need to save the ASCII somewhere, at best in an array because combining is only possible after the scanning process as the different items come in with different orders.
So what i need is an array of arrays. Is that doable?

Edit: Finally, out of some weird accident wihile trying this and that everything works now and is labelled nicely. That was a big fight with the reason codec and the lemur arrays :-)
Still it would be nice to know if there is a way to use arraysof arrays.