Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Expression

Status
Not open for further replies.

mauzj

Programmer
May 2, 2002
1
CH
I'm editing a form expression, and need to display the right part of a string.

e.g. display "aaa" from the string "Word - aaa".

How do I do this? I have no documention and don't know which language is used.

Thanks!


Jon.
 
In the current 7.1.x products there is no built-in function to do what you want. You will have to use an ApplySimple and use the built in functions of your database to perform the trimming. In 7i i believe ther are more functions that allow you to do string manipulations so if you are using that version you won't have to do it on the database side.
 
ltrim and rtrim are available in 7i. so is substr.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top