De-Combine: stupid question number 4732
Pi Digital
sean at pidigital.co.uk
Wed Oct 9 11:31:49 EDT 2019
Or use ArrayToJSON and JSONtoArray. This is my preferred method (that is not available for HTML5 deployment yet, hence the Split/CombineTable functions).
Sean Cole
Pi Digital Prod Ltd
> On 9 Oct 2019, at 16:21, Bob Sneidar via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> In addition to other suggestions, you can "store" a multidimensional array in a hidden datagrid, then get or set the dgData or the dgText.
>
> Bob S
>
>
>> On Oct 9, 2019, at 05:40 , Richmond via use-livecode <use-livecode at lists.runrev.com> wrote:
>>
>> So: I have a socking-great multidimensional array that I display in a table field by using
>>
>> combine
>>
>> as in:
>>
>> combine myGUFF using return and tab
>> put myGUFF into field "completeGUFF"
>>
>> but then I realise I want to go on working with my array "myGUFF"
>> but as it has been turned into some sort of delimited text variable
>> I need to convert it back to an array . . .
>>
>> Richmond.
>>
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list