PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB21] Loop all values of an enumeration ?
[WB21] Loop all values of an enumeration ?
Iniciado por guest, 25,nov. 2016 10:41 - 1 respuesta
Publicado el 25,noviembre 2016 - 10:41
Hi,

Does anybody know if I can loop all the values of an enumeration.

EValues is Enumeration Value1 = "Text Value1" Value2 = "Text Value4" Value3 = "Text Value4" Value4 = "Text Value4" END
I would like to have a loop that would allow me to get the different values defined in this Enumeration ?

Thanks
Danny
Publicado el 27,noviembre 2016 - 00:22
Hello Danny

You will be able to do that with indirection and maybe stringbuild()

Regards
Al