Hi. I was just wondering what the best way to send an array of information with moo click is. (I know this is going to take a few secs) :) I could create a loop and send each value in the array as a number. Is there a better way?
Printable View
Hi. I was just wondering what the best way to send an array of information with moo click is. (I know this is going to take a few secs) :) I could create a loop and send each value in the array as a number. Is there a better way?
yes, but moo click will always be the worst way to do it.
you said 'values' so I'm guessing all the information in the array are values, knowing that you should at least change the base to use less room(as moo click does not allow binary transfer).
There are extensions which will handle this.
Do tell...Quote:
Originally Posted by SEELE
I would suggest the sphax formatted object...
I also uploaded an example a while ago how to do it(no extension required), and conveniently this extension (and the base 64 extension) soon followed. hehe
Good Luck.
Thanks I'll check it out.
The sollution I came up with involved turing the array into a single string with then sending that across and turning the string back into an array with the string parser object. :)
It works but hopefully the extension simplifies and optimizes the proccess :).