Advertisement
Guest User

reverse12

a guest
Jul 26th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.17 KB | None | 0 0
  1. #include <array.au3>
  2. global $inputs[12]
  3. for $n=0 to 11
  4. $inputs[$n] = InputBox("Input a number", "Gimmie a number")
  5. Next
  6. _ArrayReverse($inputs)
  7. _ArrayDisplay($inputs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement