Manipulating data members in user objects
Posted: Mon Sep 15, 2014 6:01 am
Hi,
1. Is it possible to create new data members that aren't strings or scalars inside a user object, without creating them in the workfile page beforehand?
2. Is it possible to manipulate data members within the user object without directly or indirectly extracting them to the workfile page?
I've got a few procedures for my user objects and I'm running into trouble with new objects conflicting with already existing objects in my workfile, one of them being the c constant. It would be convenient if I could keep everything created by my procedures within the user object.
Regards,
Erik.
1. Is it possible to create new data members that aren't strings or scalars inside a user object, without creating them in the workfile page beforehand?
2. Is it possible to manipulate data members within the user object without directly or indirectly extracting them to the workfile page?
I've got a few procedures for my user objects and I'm running into trouble with new objects conflicting with already existing objects in my workfile, one of them being the c constant. It would be convenient if I could keep everything created by my procedures within the user object.
Regards,
Erik.