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

RE: Error 1 COBCH1624 : Cannot implicitly convert string to binary-long unsigned.

$
0
0

Use TRY CATCH format::

          TRY                  

            set amount to type System.Convert::ToDecimal(self::TextBox17::Text)

          CATCH

            display "Value is not numeric"

          END-TRY


Viewing all articles
Browse latest Browse all 4356

Trending Articles



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