Hi everyone,
I not very clear what you are talking about.
Receving decimal numbers???
Do you mean returning decimal numbers from a function
declare a variable as float
float a;
a = rew( ); // Is this what you mean
As for your other question
You cannot call a function within its own function.
You can declare the function externally being public or private
and call it
if there is arguments and a return value
a = gow(c,d); // Is this what you mean
if it has no arguments or any return values
gow(); //Is this what you mean
I really hope this helps you
Yours Sincerely
Richard West
Reputation Points: 25
Solved Threads: 10
Practically a Master Poster
Offline 623 posts
since Jun 2004