RPrinceton
Programmer
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
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