Hey,
I wanted to store some decimal-values on my smartphone using the fileplugin. With the fileplugin you can only save binary data. Is there a way to change decimal format to binaray data format? I couldnt find anything in the forum. Or do you know another way to save decimal data in a file on my smartphone?
Thanks for your help,
Bob
Hi Bob,
Why don't you store these decimal values in a Local Storage entity or as Client Variables?
It makes more sense than converting those to binary.
Regards,João
Oh i completly focused on the fileplugin. Thank you. Let me try that.