Currently in Soda there is a way to repeat for sub-packages. Is there a similiar way that one can repeat for super packages, or parent packages of a class? The reason I'm asking is I'd like to be able to print out the FULL-package structure for a class and not just the current (parent) package containing that class. Ex: If I have the following class in the package structure: com.aaa.bbb.ccc.eee.fff.ClassA I'm wanting to have Soda print out the full package path like above. Is there a way to make soda traverse this structure back up, (recursing ParentPackage.Name), without having to do a display for each possible level? DISPLAY Class.ParentPackage.Name"."Class.Name gives you: fff.ClassA DISPLAY Class.ParentPackage.ParentPackage.Name"."ClassParentPackage.Name"."Class.Nam e gives you: eee.fff.ClassA Is there a way to neatly use a repeat clause to get it to traverse all the way to the root? Eric Manley Enterprise Rent-A-Car Rental Application Development Phone: 314.512.5321 Email: [EMAIL PROTECTED] ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum *************************************************************************
