Results 1 to 3 of 3

Thread: Enum [resolved]

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2003
    Posts
    5

    Enum [resolved]

    How can I get each enumeration?

    Kind of:

    VB Code:
    1. public enum MediaType
    2. Dvd = 1
    3. Cd = 2
    4. Book = 3
    5.  
    6. end enum
    7.  
    8. public sub xxxx
    9.  
    10. for each enum in mediatype
    11. ...
    Last edited by benitezmatias; Oct 18th, 2003 at 08:12 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width