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)