Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dat file numeric compression codes
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01558542
Message ID:
01558544
Views:
52
>I am trying to import data from a .dat file. I've got the data and am having only one problem.
>There is a compression character evidently on a numeric field i.e. 38.50 is 385}
>
>I guess I need to know what characters represent 1,2,3,4,5,6,7,8,and 9. Can anyone help me?
lcChar = "1234567890kj"
? CHRTRAN(lcChar,"1234567890","")
? CHRTRAN(lcChar, CHRTRAN(lcChar,"1234567890",""), "")
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Reply
Map
View

Click here to load this message in the networking platform