Quote:
Originally Posted by coreys
If all you're doing is storing the account names, then why would you need to use a TStaticVar(@account)?
|
Why would you assume I'm only storing an account name if I'm trying to use a TStaticVar?
I was just using that as an example, each obj has stats and other info stored against it and are held on the server; info is passed to the client and a GUI is updated. User interaction is based off the current state of the objects and list of objects.
I don't know how great it is a method of doing it but I was hoping I could do checkList() or similiar to check the element actually existed, and control access to addition / removal of objects or data.