Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Continuous running text
Message
From
15/03/2013 20:08:03
 
 
To
15/03/2013 20:02:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01568556
Message ID:
01568557
Views:
69
>how can I make a continuous running text, eg:
>
>Thank you for shopping
>hank you for shopping
>ank you for shopping T
>nk you for shopping Th
>k you for shopping Tha
> you for shopping Than
>
>Regards,
>
>Jerry


Create a timer and then use the function:
thisForm.lblWhatever.Caption = SUBSTR(thisForm.lblWhatever.Caption, 2) + LEFT(thisForm.lblWhatever.Caption,1)
Previous
Reply
Map
View

Click here to load this message in the networking platform