Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multicolored label
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00700941
Message ID:
00700949
Vues:
11
This message has been marked as a message which has helped to the initial question of the thread.
>But how do you reference/parse a label's chars?

Use the caption property:
lcLabel = oForm.label.caption
for i = 1 to len(lcLabel)
   lcCurrentChar = substr(lcLabel,i,1)
endfor
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform