Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C Format function VFP implementation
Message
From
12/06/2015 01:41:57
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01620846
Message ID:
01620939
Views:
95
This message has been marked as a message which has helped to the initial question of the thread.
Likes (1)
>
>function sPrintf_str_decimal( out, sformat, p1, p2)
>	
>	declare integer sprintf in msvcrt.dll as sPrintf_str_decimal ;
>		string@, string, string, decimal
>		
>	return sPrintf_str_decimal(@m.out, m.sformat, m.p1, m.p2)
>
>endfunc
>*_________
>
>
>Do you know what should I do for floats?
>
>Thanks in advance.

This is from the help file - I don't see decimal anywhere
INTEGER  32-bit integer
 
SINGLE  32-bit floating point
 
DOUBLE  64-bit floating point
 
LONG  32-bit long integer
 
STRING  Character string
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform