Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TextBox - readkey and convert to other codes
Message
De
21/05/1998 02:30:38
Tan Gay Cheong
Cybercomp Computer Services
Singapore, Singapour
 
 
À
20/05/1998 11:02:55
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00100538
Message ID:
00100729
Vues:
30
------Cut and Paste------------------------------
cNewValue = ""
for ix=len(alltrim(this.value)) to 1 step -1
cNewValue = cNewvalue + substr(this.value,ix,1)
endfor
thisform.text2.value = cNewValue
-------------------------------------------------
Sorry, I am not sure very sure what does the following means
1) < for ix=len(alltrim(this.value)) to 1 step -1 >?

Can it be, when I enter 'A' into Text1, Text2 will appear as "1" and "B" = "2" and so on? Not in reverse way.

Hope you can help me. Thank you.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform