
07-13-2006, 11:09 AM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
I think you can just do this.foo.bar = ""
The getstringkeys function is only listing variables starting with the name (this.foo_test, this.foo123), not subvariables of this.foo. If you want to get all sub variables then use obj.savevars(filename,append) or obj.savevarstoarray(sort) (which returns an array). |
|
|
|