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

.net Cobol String Interpolation

$
0
0

Is there an equivalent in .net Cobol to C#'s string interpolation?  For example:

int cats = 100; int dogs = 2;

string animals = $"cats = {cats} and dogs = {dogs}";

I know that I can use string::format but was wondering if string interpolation exists.


Viewing all articles
Browse latest Browse all 1559

Trending Articles



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