In which global cache class codes are storing in cache DB?
In which global cache class codes are storing in cache DB?
For example, Routine codes are storing in ^ROUTINE global.
situation: Need to read line by line and need to replace one string to another string in class files(.cls file) using programming.
Need to replace Property type in class files using programming i mean via programming to edit the class files
You can use %Dictionary package to modify classes.
For example you can open property which is an object of %Dictionary.PropertyDefinition, modify it and save. Recompile the class to see new class definition.
Here's an example of %Dictionary modification to create new method.
I agree with Eduard's recommendation. Avoid direct manipulation of the class dictionary storage structures, which is likely to give you pain in the future.
Unless you're hoping for a "better" answer, please set the big checkmark on the left of the title of Eduard's answer.
another disapointment.
eventually a THANKS icon instead of the HOOK would help ?
Thanks a lot...