|
-
March 17th, 2005, 06:37 AM
#3
Re: Format like function
ok,
with format you can specify the way a string is defined.
for example:
Format(Now,"YYYY-MM-DD") returns "2005-03-17"
but also mlCount ( a long == int in java)
Format(mlCount ,"0000") -->
mlCount = 1 --> 0001
mlCount = 34532 --> 34532
Ik know in C you use printf functions for this but what is the defined way in Java?
thx,
Jewe
(Java wannabe)
A VB programmer trying to stay alive in a Real C World
 If the hardware is so great.. why use software to correct it..?? It will only slow it down..
 Al is de hardware nog zo snel de software achterhaalt het wel 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|