Re: [fpc-pascal] Copy TJSonArray to Array

2015-08-13 Thread Michael Van Canneyt
On Wed, 12 Aug 2015, Chris Moody wrote: ___ Hi Michael, Thanks or the feedback. Just to make sure I'm understanding this, here is some more information, part of the JSON feed I'm working with will look like this: "add":["URL1","URL2","URL3"]

Re: [fpc-pascal] Copy TJSonArray to Array

2015-08-12 Thread Chris Moody
On 08/12/2015 12:36 AM, Michael Van Canneyt wrote: On Wed, 12 Aug 2015, Chris Moody wrote: Hi all, First off thanks to all who have provided help over the past few weeks, I just have one last thing I'm trying to unravel (that I know of currently) and this project should be done. The JS

Re: [fpc-pascal] Copy TJSonArray to Array

2015-08-12 Thread Michael Van Canneyt
On Wed, 12 Aug 2015, Chris Moody wrote: Hi all, First off thanks to all who have provided help over the past few weeks, I just have one last thing I'm trying to unravel (that I know of currently) and this project should be done. The JSON feed I'm reading will have 2 arrays in it, would it

[fpc-pascal] Copy TJSonArray to Array

2015-08-12 Thread Chris Moody
Hi all, First off thanks to all who have provided help over the past few weeks, I just have one last thing I'm trying to unravel (that I know of currently) and this project should be done. The JSON feed I'm reading will have 2 arrays in it, would it be best to copy these to a normal array an