Book a Demo

Author Topic: string conversion  (Read 2953 times)

dannodj

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
string conversion
« 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

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: string conversion
« Reply #1 on: February 01, 2010, 03:13:44 pm »
If you always want to remove the first 3 characters then use MID.

dannodj

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: string conversion
« Reply #2 on: February 01, 2010, 08:34:21 pm »
Thanks