Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-13-2006, 07:50 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
getstringkeys problems

PHP Code:
function onCreated(){
  
this.foo.bar.test=true;
  
getstringkeys("this.foo");

getstringkeys returns nothing.. when it should return: bar.test

I realize this is for things like.. objects.. but this isnt being saved like an object, its beign saved like a flag named "foo.bar.test"
I can not make it an object (with TStaticVar()) because they are not saved in the objects flags.. and cant be saved using savevars() and I need to be able to save them (for backing them up)

What I am really trying to do is destroy them..

ie if I have a variable this.foo.bar.test="foo bar"; and this.foo.bar.anchor="hi"; i need to be able to destroy them as easy as (if they were objects) doing this.foo.bar.destroy()
Its weird.. its like its TRYING to treat it like an object.. but they arent.

What can I do?
Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:53 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.