functions as parameters

From: <kevinr75_at_my-dejanews.com>
Date: Tue, 30 Mar 1999 12:22:20 GMT
Message-ID: <7dqfln$ah8$1_at_nnrp1.dejanews.com>



Oracle Developer/ Forms 5.0.8

I would like to pass the name of a function as a parameter to a procedure. Then within the procedure I would like to execute the function that is passed in. For example:

Draw_Circle('Get_Circle_Points') - call
- Get_Circle_Points is the name of a function

From within the Procedure Draw_Circle I would like to execute Get_Circle_Points - any idea how to go about doing this? (I know I could pass a flagged and use an if statement but I would like a cleaner solution)

Thanks,

Kevin Rose

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Tue Mar 30 1999 - 14:22:20 CEST

Original text of this message