Hi all,
I want to convert 1 to 000001 in Visual Basic 6
example:
1 = 000001
2 = 000002
thanks
Hi all,
I want to convert 1 to 000001 in Visual Basic 6
example:
1 = 000001
2 = 000002
thanks
hi the answer is:
x = Format(10, "000000")
MsgBox x
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.