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

RE: Passing Array Between Forms

$
0
0

Hi Brendan, I'm not certain I fully understand what you're trying to do, but could you do something like:

class-id Employee.

01 Number binary-long.

01 Selected condition-value.

...

end class.

You can then build an array or a List of instances of this class:

01 employees type Employee occuurs any.

...or:

01 employees list[type Employee].

...and the list or array can then be passed between methods as a parameter.

Robert.


Viewing all articles
Browse latest Browse all 4356

Trending Articles



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