Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Dim adu As String, Tota As String

Private Sub Command1_Click()


Static idu As Integer
idu = idu + 1
Tota = adu & Format(CStr(idu), "000")
label1.caption=tota
End Sub
Private Sub Form_Load()
adu = "SE / 10 /"
End Sub
---------------------------------------------------------------------------
other method is to get the present number and strip the last 3 digits and
add 1 and join the strings. may have to do a little work there

You might also like