Thank for you help. Now asome enlighten questions. - Are the fname and lname implicitly declared?
These are now really variables, they're just keys to the hash we made into an object.
- I guess you can't have vars outside of the methods and constructor?
Sure you can and there are even good reasons to, but objects should store all instance information in their internal data structure if possible.
James
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]