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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stored Procedure that parses on carriage return

Status
Not open for further replies.

rlarson

Programmer
Nov 15, 2002
18
0
0
US
I've built a function to return the position of a given character within a string. I need to pass a carriage return or line feed character into this function from within another procedure. If I was calling the procedure from VB or other programming lanuages I'd pass in chr(13) or chr(10). How can I do that from within SPL. (informix 9.30)

Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top