<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>14 Mar 2016 17:12:00 Z</lastBuildDate><pubDate>14 Mar 2016 08:21:00 Z</pubDate><description>I have an array of class structures, I have a procedure that needs to use ArraySort() and then use ArraySeek(,asBinary,) but when finishes I then need to put the array back in the order it was.&#13;
&#13;
I can't just copy the array as if the value is found that element is deleted from the array.&#13;
&#13;
The procedure can be called from a number of locations and user choices mean I do not know what order the array is in when my seek procedure is called.&#13;
&#13;
Any ideas on how I could do this?&#13;
&#13;
Gary.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order/read.awp</link><title>Save an Array Order</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56831/read.awp</comments><pubDate>14 Mar 2016 17:12:00 Z</pubDate><description>Quote&#13;
Piet van Zanten&#13;
&#13;
You could add an integer member to the structure and fill it sequentially with a serial number from 1 …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56831/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56831/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order/read.awp">Save an Array Order</source><title>Re: Save an Array Order</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56830/read.awp</comments><pubDate>14 Mar 2016 17:10:00 Z</pubDate><description>Quote&#13;
Arie Mars&#13;
&#13;
isn't a linear search fast enough? Then you don't need the intermediate sorting at all&#13;
&#13;
I don't think so, …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56830/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56830/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order/read.awp">Save an Array Order</source><title>Re: Save an Array Order</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56829/read.awp</comments><pubDate>14 Mar 2016 17:08:00 Z</pubDate><description>Hi Gary,&#13;
&#13;
You could add an integer member to the structure and fill it sequentially with a serial number from 1 to arraycount.…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56829/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56829/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order/read.awp">Save an Array Order</source><title>Re: Save an Array Order</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56824/read.awp</comments><pubDate>14 Mar 2016 10:53:00 Z</pubDate><description>Gary,&#13;
isn't a linear search fast enough? Then you don't need the intermediate sorting at all</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56824/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56824/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order/read.awp">Save an Array Order</source><title>Re: Save an Array Order</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56823/read.awp</comments><pubDate>14 Mar 2016 08:58:00 Z</pubDate><description>Hi, I don't see any other way than to preserve the array "as is" in a CSV file or string by ArrayToCSV(..) or ArrayToString(..) …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56823/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order-56823/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56814-save-array-order/read.awp">Save an Array Order</source><title>Re: Save an Array Order</title></item></channel></rss>
