Sortof nevermind. It’s actually crazy easy with nested for each loops. I’m 
really liking these for each loops!

ARRAY REAL($aAllLessons;0)
For each ($thisLessonArray;$oLessons)
For each ($thisLesson;$thisLessonArray)
APPEND TO ARRAY($aAllLessons;$thisLesson)
End for each
End for each


Sannyasin Siddhanathaswami
On Apr 9, 2019, 4:59 PM -1000, Sannyasin Siddhanathaswami via 4D_Tech 
<4d_tech@lists.4d.com>, wrote:
Aloha,

Is there an easy way to make an collection of JSON arrays into a single flat 
array using the new ORDA collection commands?

Here’s a screenshot of the data:
https://www.dropbox.com/s/mmjrxfn4t2umejh/collectiontoarray.png?dl=0

If there’s no easy way, I can loop through and manually do it, just thought 
once of those combine, or other commands could do it rapidly.

Thanks,

Sannyasin Siddhanathaswami
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive: http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to