Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug in PADL command?
Message
From
01/06/2006 05:26:08
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01126320
Message ID:
01126405
Views:
20
>Hi everybody,
>
>yAmount is a currency field.
>
>PADL(yAmount,9,'0') returns an empty string.
>PADL(CAST(yAmount as Numeric (9,2)),9,'0') returns the result correctly.
>
>Looks like a bug to me.
>
>Thanks in advance.

Currency is a fixed format,
then VFP convert it to a fixed 21 chars string.

Doesn't use CAST( AS N) or MTON(), it is an program error.

Uses:
? PADL(CAST(yAmount AS M),9),"0")
Previous
Reply
Map
View

Click here to load this message in the networking platform