Quantcast
Channel: Visual COBOL
Viewing all articles
Browse latest Browse all 5819

Forum Post: RE: Enum

$
0
0
This should be more or less: enum-id MyEnumType. 78 Sunday value 0. 78 Monday value 1. 78 Tuesday value 2. 78 Wednesday value 3. 78 Thursday value 4. 78 Friday value 5. 78 Saturday value 6. end enum. class-id a. method-id Form1_Load(sender as object, e as type EventArgs). set comboBox2::DataSource to type Enum::GetValues(type of MyEnumType) set comboBox2::SelectedItem to type MyEnumType::Friday end method. end class.

Viewing all articles
Browse latest Browse all 5819

Trending Articles



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