Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TextBox - readkey and convert to other codes
Message
From
21/05/1998 02:30:38
Tan Gay Cheong
Cybercomp Computer Services
Singapore, Singapore
 
 
To
20/05/1998 11:02:55
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00100538
Message ID:
00100729
Views:
28
------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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform