{{tag>category:"OpenInsight 64-bit" author:"BrianWick" author:"Carl Pates"}}
[[https://www.revelation.com/the-works|Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community]]
==== RTI_Sets Extract (code 7) into Array instead of a Dynamic array (OpenInsight 64-bit) ====
=== At 21 SEP 2023 06:33:04PM BrianWick wrote: ===
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
----
=== At 21 SEP 2023 07:36PM Carl Pates wrote: ===
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.
[email=cpates@revsoft.co.uk]Carl Pates[/email]
----
=== At 22 SEP 2023 11:29AM BrianWick wrote: ===
That makes sence Carl.
The two step process cannot be combined into one.
Thanks for the followup
Bri
[[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=WORKS_READ&SUMMARY=1&KEY=0A715D6BDB1F61439C5CEEA52C0D1844|View this thread on the Works forum...]]