Beautifier in multiple objects

ner

Member
Hi, is there any way to apply beautifier in multiple objects at same time? (not one by one)
regards!
 
In the Command Window you can use the BEAUTIFY command, followed by an object name or file name. See chapter 7.3 in the User's Guide for more details.

You can of course create a script that beautifies multiple objects.
 
I am using:

browse pack_mro8838;
edit pack_mro8838;
beaut pack_mro8838;
recompile pack_mro8838;

But only beautifies the specification, not the body of the object. What i am doing wrong ?
 
Sorry, It didn't beautify anything. Not even the specification.
But, let me tell you that works ok in files. Just in the objects is the problem.
I am using 6.0.0.840.
Thanks in advance
 
Back
Top