Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started 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
-
If you always want to remove the first 3 characters then use MID.
-
Thanks