Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transform() clause
Message
De
11/11/2013 10:09:39
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01587746
Message ID:
01587748
Vues:
70
This message has been marked as a message which has helped to the initial question of the thread.
>hi all,
>
>I have '0800' and i want '08H00' with transform function
>
>wait wind transf( "0800" , "@KR 99H99" ) is Not good ...
>
>thank a lot
>bernhart

Try:
lcWithH = STUFF("0800", 3, 0, "H")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform