function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jisuprusty
    New Member
    • Mar 2008
    • 7

    function

    could any one tell me with an example ,How a FUNCTION return no value????
  • amitpatel66
    Recognized Expert Top Contributor
    • Mar 2007
    • 2358

    #2
    Originally posted by jisuprusty
    could any one tell me with an example ,How a FUNCTION return no value????
    If you do not want to return any value, then why dont you go for a procedure??
    Why you would like to implement a functionality that is against the actual usage. Use a procedure with only IN mode parameters and that should work.

    Could you please let me know what is your exact requirement?

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      If don't want to return any value why use a function ?

      Comment

      Working...