Is there a way to extract rti_sets (code 7) into an array instead of a dynamic array.
I would imagine that data already exists as an array inside of rti_sets ?
Point being saves the dundancy (and speed) especially when several thousands results are returned ?
tx
Brian,
Do you mean a Basic+ dimensioned array? If s, unfortunately the answer is no, at least not without some major changes - the sets data held in an internal c++ sets data structure - it is fairly easily to process this into a string (dyn array), but not into the structure needed to hold a Basic+ Dim'd array.
That makes sence Carl.
The two step process cannot be combined into one.
Thanks for the followup
Bri