I am fairly new with LUA/Corona so I can’t get the logic just yet.
I have data that look like this (but the list is created dynamically):
cat
dog
egg
want
gone
bone
goner
bones
effort
effect
But I want it to look like this on-screen (notice that the list is arranged by number of letters):
cat gone effort
dog bone effect
egg goner
want bones
The list can be longer or shorter, but I wish to keep it at 3 columns. How can I do this?
Regards,
John [import]uid: 177058 topic_id: 31025 reply_id: 331025[/import]