Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Continuous running text
Message
De
15/03/2013 20:08:03
 
 
À
15/03/2013 20:02:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01568556
Message ID:
01568557
Vues:
68
>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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform