a209219 2008-6-15 18:12
:666?
請問大家
在vb中
:666 是什麼意思??
go to 666??
可以介紹它的使用時機和用法ㄇ?
謝謝你
billstar 2008-6-15 21:39
hope this example give a answer on your question:
Private Sub Command1_Click()
GoTo 666
Exit Sub
666:
MsgBox "OK"
End Sub
"666" should be a line number with ":".