在VB中設值語法有兩種: 1:對一般變數的設值。 變數=敘述式 如: Dim I As Integer I = 60*20. 2:對指定變數的設值。 ... SeiLength = Len(Text1.Text) Text1.SetFocus.
確定! 回上一頁