PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Getting values out of a structure or class
Getting values out of a structure or class
Débuté par Malc, 24 juil. 2008 08:59 - Aucune réponse
Posté le 24 juillet 2008 - 08:59
Hi Guys
I understand you can do multiple assignments to structures and classes:
From the help file:
Syntax
Structure:
Structure Instance = [ Member 1, Member 2, ...]
Class:
Class Instance = [ Member 1, Member 2, ...]
However, is their any way to do the opposite?
A bit like TableToText?
Any commands to enumerate through the properties of a structure or class???

Cheers
Malc