The Artima Developer Community
Sponsored Link

Java Answers Forum
Substr in a function

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Manoo

Posts: 3
Nickname: manoo
Registered: Oct, 2002

Substr in a function Posted: Oct 28, 2002 8:34 PM
Reply to this message Reply
Advertisement
Hi,

can any one help me with a function. The requirement is to pass a string in a function and get three values back . Ex Passing Organization_code (char(15))as a string to a function and getting three values Value1,value2,value3 where value1=substr(Organization_Code,1,5), value2=Substr(Organization_code,6,10) etc .....

thanks
Manoo

Topic: Writing from URL Client to a file Previous Topic   Next Topic Topic: how..?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use