Posts: 42
Threads: 13
Joined: Mar 2013
Reputation:
0
I got encode functions but really need decode for storing data in DB. Anyone help!
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
What would be the point? Most people try to store data as compact as possible and you're going to try and pull it apart?
Posts: 42
Threads: 13
Joined: Mar 2013
Reputation:
0
I need to do other things with it first without f'in about with bitcode.
Thanks
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Store it encoded - decode it when it gets loaded. Just like storing it decoded, but you save room and effort. No need to know about bits and stuff. I highly recommend you learn though - I have been telling myself to do so for months and I'd say I half understand it now.