[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: System.Enum

  • Thread starter Thread starter tpavlovic
  • Start date Start date
Status
Not open for further replies.
T

tpavlovic

Guest
ASSIGN rEnum = MonthsOfTheYear:AllMonths. ;) If you're on 11.7 you can use OR. ASSIGN rEnum = MonthsOfTheYear:January OR MonthsOfTheYear:February OR MonthsOfTheYear:August OR MonthsOfTheYear:September OR MonthsOfTheYear:November .

Continue reading...
 
Status
Not open for further replies.
Back
Top