Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dim color(5)
  2.  
  3. color(0)=inputbox ( "entrez la couleur 1 :  " )
  4. color(1)=inputbox ( "entrez la couleur 2 :  " )
  5. color(2)=inputbox ( "entrez la couleur 3 :  " )
  6. color(3)=inputbox ( "entrez la couleur 4 :  " )
  7. color(4)=inputbox ( "entrez la couleur 5 :  " )
  8.  
  9. MsgBox color(0)
  10. MsgBox color(1)
  11. MsgBox color(2)
  12. MsgBox color(3)
  13. MsgBox color(4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement