You're right. I just got too focused in on custom properties. Wasn't thinking. I now realize that I can use a global array in almost exactly the same way I was using custom properties. Thanks.
--- Stephen Barncard <[EMAIL PROTECTED]> wrote: > why would you not use a global variable? A big feature of custom > properties is that they can persist from execution to execution. A > global goes away after execution. > > > sqb > > >Hey, does anyone have a suggestion about what is the best kind of > >(non-visible) object to create on the fly for temporarily storing > >custom properties? > > > >In other words, I want to use custom properties like global > variables, > >but I want to put them in something that only exists during program > >execution and that won't get saved with my project. > > > >Or, should I be using something besides custom properties for > keeping > >global, transient values that the program only needs during > execution? > > > > -- > > > stephen barncard > s a n f r a n c i s c o > - - - - - - - - - - - - > > > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
