fork download
  1. Private Sub CommandButton1_Click()
  2.  
  3. Dim ciccio As String
  4. Dim num As Long
  5. Dim nome As String
  6. Dim i As Long
  7. Dim fine As Long
  8. Dim tot As Long
  9.  
  10. num = 15
  11. ciccio = "martino"
  12. nome = txtNome.Text
  13. fine = CLng(nome)
  14.  
  15. tot = 0
  16.  
  17. For i = 1 To fine
  18. tot = tot + i
  19. Next
  20.  
  21. Call MsgBox(tot)
  22.  
  23. If ciccio = nome And num = 15 Then
  24. Call MsgBox("Benvenuto, sei stato riconosciuto")
  25. Else
  26. Call MsgBox("Il tuo nome non è presente nel nostro database")
  27. End If
  28.  
  29. End Sub
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Visual Basic.Net Compiler version 0.0.0.5914 (Mono 2.4.2 - r)
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


/home/KrsRGb/prog.vb (1,13) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (3,8) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (4,8) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (5,8) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (6,8) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (7,8) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (8,8) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (10,8) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (11,11) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (12,9) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (13,9) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (15,8) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (17,8) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (18,12) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (19,9) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (21,9) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (23,7) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (24,13) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (25,9) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (26,13) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (27,11) : Error VBNC30203: Not valid as identifier.
/home/KrsRGb/prog.vb (29,8) : Error VBNC30203: Not valid as identifier.
There were 22 errors and 0 warnings.
Compilation took 00:00:00.6647940
stdout
Standard output is empty