On Fri, Dec 11, 2015 at 6:51 PM, Alex Tweedly <a...@tweedly.org> wrote:

>
> I haven't read everything in this thread, so I don't know if Peter's
> function handled this or not ...
>
> On 11/12/2015 23:32, Geoff Canyon wrote:
>
>> On Thu, Dec 10, 2015 at 12:47 PM, Peter Brigham <pmb...@gmail.com> wrote:
>>
>>>
>>> But back to the first point, this function can be eliminated in three
>> lines
>> of code:
>>
>> combine someArray using cr
>> sort lines of someArray -- however you like
>> split someArray by cr
>>
>> Ummm ...
>    put "abc" & CR & "def" into somearray[1]
>    put "ghj" into somearray[2]
> and then try the above 3-line code snippet.
>
> -- Alex.


From the function:

repeat for each line k in keyList
      put pArray[k] & cr after valueList

It doesn't.
​
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to