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

user-defined function inside subroutine

Status
Not open for further replies.

Jason918273

Programmer
Feb 13, 2006
1
GB
Is this possible? I need to use a fucntion that i've defined inside a subroutine and it keeps telling me that i have passed it too few arguments - however i havent!! (Error 326)

cheers
 
Not as far as I'm aware. You can define it as external or intrinsic if you're passing it as a parameter to another routine but that's about it.

What's the point anyway other than causing yourself a lot of grief (like many a Pascal programmmer).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top