Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transform() clause
Message
From
11/11/2013 10:09:39
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01587746
Message ID:
01587748
Views:
71
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")
Previous
Reply
Map
View

Click here to load this message in the networking platform