Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

Returning multiple fields in one method

$
0
0

Is there a way in visual cobol to do the following?

public Boolean CheckIsInt (string passedString, out Int32 returnedInt)

{

     return Int32.TryParse(passedString, out returnedInt);

}


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>