Hi there,
Here is my problem:
i have in class a public type
public type enum my_tags
val1 = &&H10F&
val2 = &H14F&
val3 = &H21F&
etc....
end type
does someone know howto go trough the elements
and get both values and description
e.g.
should be somehow convertet to an array
for i = 0 to my_tags.count (count doesn't exist)
Descript= my_tags(i).description
Value= my_tags(i).value
next i
Kind Regards Bastel
Here is my problem:
i have in class a public type
public type enum my_tags
val1 = &&H10F&
val2 = &H14F&
val3 = &H21F&
etc....
end type
does someone know howto go trough the elements
and get both values and description
e.g.
should be somehow convertet to an array
for i = 0 to my_tags.count (count doesn't exist)
Descript= my_tags(i).description
Value= my_tags(i).value
next i
Kind Regards Bastel