The Daily Click ::. Forums ::. Klik Coding Help ::. Exporting Global values/strings
 

Post Reply  Post Oekaki 
 

Posted By Message

joelr_2000



Registered
  22/02/2004
Points
  687
26th February, 2013 at 26/02/2013 06:10:58 -

I have over 200 global values and strings. Is there a way to export this data to a csv?
Please dont anyone mention the Get object, coz I gave up PHP.

 
n/a

Sketchy

Cornwall UK

Registered
  06/11/2004
Points
  1970

VIP MemberWeekly Picture Me This Round 43 Winner!Weekly Picture Me This Round 47 WinnerPicture Me This Round 49 Winner!
26th February, 2013 at 26/02/2013 12:46:44 -

A simple list and fastloop should do the trick.

eg. To save the first 200 global values:-

+ Whenever...
-> Start fastloop "Save", 200 times
-> Edit Box: Save text file wherever...

+ On loop "Save"
-> Edit Box: Set text to Edittext$( "Edit Box" ) + "," + Str$(Global Value(LoopIndex("Save")))

 
n/a

joelr_2000



Registered
  22/02/2004
Points
  687
27th February, 2013 at 27/02/2013 08:23:41 -

that didnt work for me, giving me syntax error. Can you please provide and example mfa? What happens if you do this when running on an ipad to iphone?

 
n/a

Sketchy

Cornwall UK

Registered
  06/11/2004
Points
  1970

VIP MemberWeekly Picture Me This Round 43 Winner!Weekly Picture Me This Round 47 WinnerPicture Me This Round 49 Winner!
27th February, 2013 at 27/02/2013 13:05:26 -

http://sdrv.ms/Yzc8Ws

 
n/a
   

Post Reply



 



Advertisement

Worth A Click