LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!
Is comma the correct main delimiter? Aren't there returns in the data? Maybe you want
combine tmp by return and comma
Is the workcodes a custom property with data in it or is it a custom properties set?
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
OK Kai, then it is a two-dimensional array, which means that you need two delimiters.
combine tmp by return and comma
or
combine tmp by return and tab
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Besides, shouldn't you be able to flatten a two-dimensional array either way (notwithstanding that the results may not be what you desire) - but it should never return empty.....
wait a sec, Kai.... I asked whether it is a custom properties set for a reason. Please, check out the information about the customProperties property in the docs.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode