Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reverse Deletion
Message
From
14/01/2005 09:53:19
 
 
To
14/01/2005 09:30:53
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00977184
Message ID:
00977193
Views:
20
>Dear Experts
>
>Numeric type Text1 has following data
>
>123456
>
>I want some codes on command1 to delete this data step-by-step in reverse order as
>
>When I press command1, first time, it should delete 6 and when I press command1, second time, it must delete 5 and so on.
>
>Second time does not mean double click.
>
>Please help
text.Value = INT(text.Value/10)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform