C
CCLeasing
Hi i am calling a bool method like so
checkduplicates(@"c:\saved.txt", report);
it either returns true or false, I want to do something if it's
returned true, and something else if it's returned false. How do i
check the return value of the method?
checkduplicates(@"c:\saved.txt", report);
it either returns true or false, I want to do something if it's
returned true, and something else if it's returned false. How do i
check the return value of the method?