1 Jun
2006
1 Jun
'06
11:05 a.m.
On 6/1/06, Spencer Salazar
I think the best way to do that is to use a global class with a static member variable. Among other advantages, you dont have to do any string to int/float conversion, if you accidentally mistype your variable names the compiler will complain, and its a lot more straightforward.
Yes, thanks, that seems to be the way to go. I figured some of that out while I was typing my message but decided to send anyway because setenv() might still be in need of some attention. I mean; it's not the right solution to my situation right now but it should still work. Thanks. Kas.