
07-13-2006, 08:03 PM
|
|
Banned
|
 |
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
|
|
|
this.foo.bar.test=true;
getstringkeys("this.") would return 'foo'
getstringkeys("this.foo.") would return 'bar'
getstringkeys("this.foo.bar.") would return 'test' |
|
|
|