PDA

View Full Version : The question that's burning on everyone's mind:



quixote
September 22nd, 2006, 04:07 PM
(or at least my mind)

I wanted to make a poll. Unfortunately this forum doesn't have the option for that.

Here is the question:

I keep track of my variables between resets:
a) by writing them to the registry when they are changed
b) by using pickle to store my variables as a table
c) I prefer onions over pickles (some other method)

har har har!
Seriously, though. I'm making some changes. Inquiring minds want to know...

Promixis
September 23rd, 2006, 11:51 AM
see Additions.lua. Use the gir.WriteConfigTable. In G5 this will store data in the user app dirs. The Registry is DEAD.

harleydude
September 23rd, 2006, 02:49 PM
I store mine to a file with the method Mike mentioned.

G5???

Promixis
September 23rd, 2006, 09:05 PM
I store mine to a file with the method Mike mentioned.

G5???

PM to alpha test.

Rob H
September 24th, 2006, 02:21 AM
Actually, you can create a poll - see the additional options checkbox

quixote
September 24th, 2006, 01:39 PM
I didn't see any additional options. Oh well, it's not crucial anyway, but thanks.


see Additions.lua. Use the gir.WriteConfigTable. In G5 this will store data in the user app dirs. The Registry is DEAD.

That's good to know. I'm just wondering if it would be wise to do that everytime I change a variable. Will that be slow?

Rob H
September 24th, 2006, 01:45 PM
That's strange, they should appear in the frame below the editor frame.