05-11-2010 10:23 AM
I hope someone can help.
We use a lot of python and the pickle Module is used a lot.
With in CVI is there an equivalent?
We are doing a comparison between the two and this was a question that came up.
Thanks for you help
Simon
05-12-2010 04:04 AM
Hi Simon,
Without knowing Python hugely well I think I can see what you're asking for in terms of a serialization function, while no direct CVI equivalent exists to perform this you should be able to install a library to utilise within CVI such as tpl that will allow you to serialize your data (I'm assuming data structures in this case as C has no objects)
Hope this helps,
Kind Regards,