Skip to content

Instantly share code, notes, and snippets.

@ARMoir
Last active August 29, 2015 13:56
Show Gist options
  • Save ARMoir/9244571 to your computer and use it in GitHub Desktop.
Save ARMoir/9244571 to your computer and use it in GitHub Desktop.
x = 0
z = 5
Do
x = x+1
Do
z = z-1
If x=z Then
Array(x) = Array(z)
ElseIf Array(x) = Array(z) Then
Array(x) = ""
End If
Loop Until z=0
z = 5
Loop Until x=5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment