Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C Format function VFP implementation
Message
De
12/06/2015 01:41:57
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01620846
Message ID:
01620939
Vues:
96
This message has been marked as a message which has helped to the initial question of the thread.
J'aime (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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform