Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

Novice Alex

Member Since 27 Feb 2011
Offline Last Active Nov 28 2012 11:12 PM
-----

#19526 Enum GetValues

Posted by Novice Alex on 21 October 2011 - 12:48 PM

Hi Chris,

Here is the code:
       Public Sub LoadFPRFields()
            m_lstFPRFields.Clear()
            With m_lstFPRFields
                'Load from the defined FPR Fields name or maybe from the database table
                For Each i In [Enum].GetValues(GetType(cFPR_Interpreter._FPRFieldName))
                    .Add(i)
                Next
            End With
        End Sub


_FPRFieldName is my declared enumeration.
Please help.


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.