Home > Software engineering >  I am a novice
I am a novice

Time:10-29

Private sub command1 - click ()
Form1. Print="student achievement management system"
End sub


The procedures for sample books, but after the operation, there is an error, do not know why? Please give advice or comments

CodePudding user response:

Exactly what is wrong?


But for now, the most obvious is that you put that underscore _ lose a minus sign -

CodePudding user response:

In addition to the 1/f, said error, the equal sign is superfluous,
 Private Sub command1_click () 
Form1. Print "student achievement management system", "
End Sub

CodePudding user response:

Private sub command1_click ()
Form1. Caption="student achievement management system"
End sub

CodePudding user response:

Seems to be form1. Print "student achievement management system" not equal to the number

CodePudding user response:

 

Private sub command1_click ()
Form1. Print "student achievement management system", "
End sub

CodePudding user response:

Input error, has nothing to do with programming, or your book piracy too much

CodePudding user response:

  • Related