Re: Help with Nested Arrays - Json

2016-04-19 Thread Kay C Lan
On Tue, Apr 19, 2016 at 8:37 PM, [-hh] wrote: > > Your reaction is more as if I had written "not very amusing". > Now I failed English, but I think his reaction is because your wrote: amusing how you justify When I type that into Google the hits I get are not positive at all but negative. Of c

Re: Help with Nested Arrays - Json

2016-04-19 Thread Sannyasin Brahmanathaswami
@ HH OK, understood OK Progress. @Richard: OK got it.. Yes, I was reinserting an array where I should have just been putting a string into the tStack and tCard @Phil: Right… removing quotes was necessary. This works: put "SivaSiva" into tStack # this is a key just insert the string - not the

Re: Help with Nested Arrays - Json

2016-04-19 Thread David Bovill
You want something like this: *repeat* for each line somePath in filePaths > *put* somePath into someKey > *split* someKey with tab > *put* anythingYouWant into pathArray [someKey] > *end* *repeat* Note the trick is to put anything (can be empty) into the array in the last line. Then you array i

Re: Help with Nested Arrays - Json

2016-04-19 Thread Richard Gaskin
-hh wrote: > BR wrote: >> Oops… can you be more direct? “very amusing” means?? > >From Merriam Webster Dictionary > > Simple Definition of amusing. > causing laughter or enjoyment, funny or enjoyable > Synonyms. > fun, delightful, diverting, enjoyable, entertaining, pleasurable IMO that's a fit

Re: Help with Nested Arrays - Json

2016-04-19 Thread [-hh]
age in context: http://runtime-revolution.278305.n4.nabble.com/Help-with-Nested-Arrays-Json-tp4703628p4703639.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visi

Re: Help with Nested Arrays - Json

2016-04-18 Thread J. Landman Gay
On April 18, 2016 9:47:00 PM Sannyasin Brahmanathaswami wrote: That said, if this is bad etiquite. Pray tell what should we do? No problem here, be yourself. It didn't bother me when that Sivakatirswami guy did the same thing either. ;-) -- Jacqueline Landman Gay | jac...@hyp

Re: Help with Nested Arrays - Json

2016-04-18 Thread Jerry Jensen
I, for one, have no issue with Brahma’s netiquette. I read his posts and learn with him, and now thank him. .Jerry > On Apr 18, 2016, at 7:45 PM, Sannyasin Brahmanathaswami > wrote: > > That said, if this is bad etiquite > On 4/18/16, 3:04 PM, "use-livecode on behalf of [-hh]" > wrote: > >

Re: Help with Nested Arrays - Json

2016-04-18 Thread jameshale
f x into aPortalLinks[tStack][tCard][tGroupType]["orientation"] end repeat put JsonExport(aPortalLinks) end mouseUp -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Help-with-Nested-Arrays-Json-tp4703628p4703633.html Sent from the Revolution - User mailin

Re: Help with Nested Arrays - Json

2016-04-18 Thread Sannyasin Brahmanathaswami
@-Hh Oops… can you be more direct? “very amusing” means?? 1) you prefer we use “bogus data” to communicate here? Seems regressive to me… I rather work in a real world environment. 2) we don’t have anything to hide…we also don’t make any revenue from our site.. And, being Hindus, we don’t pro

Re: Help with Nested Arrays - Json

2016-04-18 Thread [-hh]
It's once again very amusing how you justify to post 15 links to your academy in a 'neutral' use-list. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Help-with-Nested-Arrays-Json-tp4703628p4703631.html Sent from the Revolution - User mailing

Re: Help with Nested Arrays - Json

2016-04-18 Thread Phil Davis
Are tCard, tStack tGroup etc meant to be containers? If so, you don't want them in quotes. That will make them each act as a literal value, not as a container of a value. I love low-hanging fruit. :-) Phil Davis On 4/18/16 4:03 PM, Sannyasin Brahmanathaswami wrote: Now I want to load this

Re: Help with Nested Arrays - Json

2016-04-18 Thread Richard Gaskin
Sannyasin Brahmanathaswami wrote: > I want to, as they say, in the UK, “come to grips” with nested arrays > and then, secondarily, importing and exporting to and from JSON. Why JSON? Where does the data come from, and where is it going? > Instead of building up the array… somehow my method is

Help with Nested Arrays - Json

2016-04-18 Thread Sannyasin Brahmanathaswami
Disclaimer: I don’t know what I’m doing I want to, as they say, in the UK, “come to grips” with nested arrays and then, secondarily, importing and exporting to and from JSON. I have an actual use case in front of me. I could turn this over to one of the brainiacs on our team (Andre, David) but