Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Memory - Form2.frm

Form2.frm

Caricato da: Albertking82
Scarica il programma completo

  1. Dim i As Integer
  2.  
  3. Private Sub Form_Load()
  4.  
  5. For i = 0 To Form1.lev - 2
  6.  
  7.   Label2.Caption = Label2.Caption & vett(i) & " "
  8.   Label1.Caption = Label1.Caption & v(i) & " "
  9.  
  10. Next i
  11.  
  12. End Sub