‎15-06-2016 10:15 AM - last edited on ‎15-06-2016 10:17 AM by jhorber
Hello,
What is th best way to use saved QUERY in scripts/Macro ? I've found this document http://community.mega.com/t5/Technical-Product/HOW-TO-Use-queries-with-variables-in-APIs/m-p/1481#M2...
But is there a way to get in a collection the result from a query ? I means a better way in regards of performance...
Many thanks
‎17-06-2016 09:23 AM
Hello hdrapin
I am not sure to understand your question
In the example you quote, BPCol is a Collection
'collection is created'
vSel.ExecuteSel vParmList BPCol
'collection can be browsed
For Each oBP in BPCol
Print oBP.Name
Next