Book a Demo

Author Topic: changing code templates  (Read 2824 times)

xucaen

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
changing code templates
« on: May 27, 2009, 12:39:42 am »
Where can I find a tutorial on changing code templates? I want to know the function for changing the value of a variable to upper-case.

Thanks,

OneCent

  • EA User
  • **
  • Posts: 34
  • Karma: +0/-0
    • View Profile
Re: changing code templates
« Reply #1 on: May 27, 2009, 01:59:40 am »
Maybe that one (EA UseGuide Page 1503)?

TO_LOWER(<string>)
Converts <string> to lower case.
TO_UPPER(<string>)
Converts <string> to upper case.