JS Array Values to RPG Program
Posted: Wed Oct 29, 2014 9:13 am
I was wondering what the best practice would be when moving data from a javascript array to the RPG program.
I am creating a mobile application that holds data in localStorage when internet is down. When the unit comes back online, it will loop through the localStorage. I can write the data to a grid and then process in RPG, but that seems inefficient. I could also create a string of data that is comma delimited, and break the comma, but that also seems inefficient. What other methods would work best?
-Bill
I am creating a mobile application that holds data in localStorage when internet is down. When the unit comes back online, it will loop through the localStorage. I can write the data to a grid and then process in RPG, but that seems inefficient. I could also create a string of data that is comma delimited, and break the comma, but that also seems inefficient. What other methods would work best?
-Bill