Re: [Gambas-user] pickle?

2009-08-19 Thread Peter Tyler
: Wednesday, 12 August, 2009 12:07:01 AM Subject: Re: [Gambas-user] pickle? On Tuesday 11 August 2009 02:32 am, Peter Tyler wrote: One thing I'm looking for in Gambas is something like the python pickle functionality. Does anyone know if this functionality is available? Benoit used to talk about

Re: [Gambas-user] pickle?

2009-08-19 Thread Benoît Minisini
O.k. sometimes I'm on the road - and it takes me a while to get back to gambas. Ideally I just want to write a class, which is all strings, to a file and read it back in. I saw in one of the posts that there may be a way to do this, but there wasn't any detail... Can any one explain

Re: [Gambas-user] pickle?

2009-08-12 Thread Doriano Blengino
Leonardo Miliani ha scritto: Steven revimmo ha scritto: Hi, As far as I know, it's used to write/read any variable in a file. So, you can write objects, numbers, arrays, anything into a file, and get them back without conversion or analyses of the text in the file. Something

[Gambas-user] pickle?

2009-08-11 Thread Peter Tyler
Hi, I'm a bit Gambas newbie, - I've been using Python. One thing I'm looking for in Gambas is something like the python pickle functionality. Does anyone know if this functionality is available? Thank you.    Peter. Find local businesses and services in your

Re: [Gambas-user] pickle?

2009-08-11 Thread Steven revimmo
Hi, As far as I know, it's used to write/read any variable in a file. So, you can write objects, numbers, arrays, anything into a file, and get them back without conversion or analyses of the text in the file. Very handy indeed. Steven Le mardi 11 août 2009 à 11:06 +0200, Leonardo Miliani a

Re: [Gambas-user] pickle?

2009-08-11 Thread Rob
On Tuesday 11 August 2009 02:32 am, Peter Tyler wrote: One thing I'm looking for in Gambas is something like the python pickle functionality. Does anyone know if this functionality is available? Benoit used to talk about object persistence/serialization as a 3.0 feature, but I don't know the

Re: [Gambas-user] pickle?

2009-08-11 Thread Leonardo Miliani
Steven revimmo ha scritto: Hi, As far as I know, it's used to write/read any variable in a file. So, you can write objects, numbers, arrays, anything into a file, and get them back without conversion or analyses of the text in the file. Something similar to a memory dump of the object,

Re: [Gambas-user] pickle?

2009-08-11 Thread Fabien Bodard
gb.setting do that in some way 2009/8/11 Leonardo Miliani leona...@leonardomiliani.com: Steven revimmo ha scritto: Hi, As far as I know, it's used to write/read any variable in a file. So, you can write objects, numbers, arrays, anything into a file, and get them back without conversion or