Hi all,

If I put at the end of a subroutine a line:
return = 0;
 or 
return =1;

How can I check if the return value is true or false?

I've tried with 
if (subroutine_name) {
....
}

But it always give me the true value.

Am I missing something, or am I doing something wrong?


Thanks.

Teddy Center for the blind: http://teddy.fcc.ro/
Mail: [EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to