Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to strip / delete leading zeros ...
Message
 
 
To
15/10/2009 15:38:49
Harold Leggett
Information Services Group
Louisville, Kentucky, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01429527
Message ID:
01429538
Views:
73
>No, not running SET DECIMALS TO 0 ....
>
>I am converting from one DBF with a C(6) field equipcode containing values such as:
>
>2098
>0092
>3100
>2101
>2435
>
>In a SCAN / ENDSCAN ... REPLACE equipment WITH VAL(equipcode), where equipment is N10.0
>
>The results are:
>
>298
>92
>31
>211
>2435
>
>I thought I understood VAL as returning the Value of the character field, but it seems to be dropping all zeros ...
>
>Best,
>
Harold,

Can you run one UPDATE command: (in try/catch block)
update myTable set Equipment = val(EquipCode)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform