Hi all , I am trying to get input from user then convert it into specific format and hold it in new variable.
here is my code
Dim dtmInputBox As String = ""
'Dim strDTM As String '= ""
Do Until Not dtmInputBox = Nothing
dtmInputBox = InputBox("Enetr DTM Value", "DTM Value Form", "0")
Dim strDTM As String = String.Format("000000", dtmInputBox)
Loop
i type 15 then it should be like 000015
any body can sole it , plz urgent