Walter,
>> The interesting question for me is: what is faster >> >> 1) 100 PUBLIC variables >> 2) One GLOBAL variable holding 100 key/value pairs >> > Access to PUBLIC var is faster than access to array in GLOBAL var. > > But 100 PUBLIC var use more memory than use an array with lenght 100 > Yes, I thought so <g>. We're in the discussion of memory and speed optimization. There is no way to optimize memory and speed at the same time. Regards, -- Hannes ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

