View Single Post
  #5  
Old 01-06-2006, 08:32 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Inverness
I do not believe that adding a period into the variable name will make any difference if its not in the leader or specifically an Object.
Oh really? Try this:
PHP Code:
blah.testing 5;
blah.abc "ABCDEFGHIJKLMNOP";
blah.weeobject true;

echo(
blah.getdynamicvarnames()); 
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote