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

Calling a function from within a function

Status
Not open for further replies.

RPrinceton

Programmer
Jan 8, 2003
86
US
Hi Everyone,
Is there any way to call a function from within a function?
I have included the "psuedo" code below.

function a()
{
function a statements here
}

function b()
{
need to call function a here
more function b statements here
}
Thx in advance.
Regards,
R Princeton
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top