Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multicolored label
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00700941
Message ID:
00700949
Views:
10
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
Previous
Reply
Map
View

Click here to load this message in the networking platform