Hello,
I'm training to program on a Garmin and I was wondering if it was possible to import a csv or xml file (a data file other than Properties).
I need to store data in the form of an array of values.
Any ideas?
Thanks
Simon
Hello,
I'm training to program on a Garmin and I was wondering if it was possible to import a csv or xml file (a data file other than Properties).
I need to store data in the form of an array of values.
Any ideas?
Thanks
Simon
There is no direct access to the file system with CIQ. Application.Properties and Application.Storage can be used.. You can get data by way of makeWebRequest , but there it's json data or plain text.