Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: dannodj on January 27, 2010, 01:37:02 am

Title: string conversion
Post by: dannodj on January 27, 2010, 01:37:02 am
Hi,

I would like to convert a string from the PIM, by removing the first 3 letters, so that they don't appear when creating a PSM for xsd.  I thought that the REMOVE_PREFIX function might help, but I can't get the function to do what I expect.

Can you help?
Dan
Title: Re: string conversion
Post by: Eve on February 01, 2010, 03:13:44 pm
If you always want to remove the first 3 characters then use MID.
Title: Re: string conversion
Post by: dannodj on February 01, 2010, 08:34:21 pm
Thanks