Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dim color
  2. color = Array("red","blue","yellow")
  3.  
  4. MsgBox color(0)
  5. MsgBox color(1)
  6. MsgBox color(2)
  7.  
  8. 'On va pas plus loin car la taille du tableau est de 3 soit 2 car on décale de 1 (on commence par 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement