Tag : .NET, Ms SQL Server 2005, VBScript, Excel (Excel.Application), Win (Windows App), VB.NET
Date :
2012-10-13 13:50:28
By :
punmontha
View :
1086
Reply :
2
No. 1
Guest
Dim x As String = "005"
Dim str As String = ""
For i As Short = 0 To 1
x = x + 1
str = str & Microsoft.VisualBasic.Right("00" & x, 3) & ","
Next
MsgBox(str)