I have a custom content type that is not being used in the "usual"
manner.  In other words, I am programmatically creating instances of
this content type, manipulating the data, and and saving it for later
use.

So, when I use the createData method, it returns the new objectId
among other things.  In order to use the getData function later on, I
need this objectId.  So, after running createData, I attempted to
store the objectId in the variables scope for the object when I then
return a pointer to and use later for calling the functions that
utilize getData.  The problem is, when I get to the helper function
that uses getData, the objectId is no longer in the variables scope of
the object.

Is there a "proper" way to handle a scenario like this?

Thanks
-- Jeff


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to