Private Sub Command1_Click() Dim i,j As Integer For i = 3 To
来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/10 22:12:00
Private Sub Command1_Click() Dim i,j As Integer For i = 3 To 1 Step -1 Print Spc(5); For j = 1 To 2
Private Sub Command1_Click()
Dim i,j As Integer
For i = 3 To 1 Step -1
Print Spc(5);
For j = 1 To 2 * i - 1
Print "*";
nextj
Print
Next i
End Sub
请问它为什么错了?VB弹出提示框说过程或子程序未定义.
Private Sub Command1_Click()
Dim i,j As Integer
For i = 3 To 1 Step -1
Print Spc(5);
For j = 1 To 2 * i - 1
Print "*";
nextj
Next i
End Sub
请问它为什么错了?VB弹出提示框说过程或子程序未定义.
代码写错了
nextj 改为next j
中间要有空格,或者你直接写next
nextj 改为next j
中间要有空格,或者你直接写next
Private Sub Command1_Click() Dim i,j As Integer For i = 3 To
Private Sub Command1_Click() Dim i As Integer,s As Integer,n
Private Sub Command1_Click() For i = 1 To 3 For j = i To 1 a
Private Sub Command1_Click() For i = 1 To 3 For j = 1 To i F
Private Sub Command1_Click() n = 0 For i = 1 To 3 For j = -4
Private Sub Command1_Click() For i = 1 To 4 x = 4 For j = 1
Private Sub Command1_Click() For i=1 To 4 x=4 For j =1 To 3&
英语翻译Private Sub Form_Click()Dim a(1 To 10) As Integer,i%,max
求解一道VB private sub command1_click() for i = 1 to 4 x=4 for j
Private Sub Command1_Click() Dim i As Double,M As Double,L A
Private Sub Form_click() Dim x,i,j x = 0 For i = 0 To 1 x =
帮忙VB试题我怎么想都算不对Private Sub Command1_Click()Dim a As Integer,b