Skip to content

Instantly share code, notes, and snippets.

@R0mb0
Last active February 20, 2025 09:25
Show Gist options
  • Save R0mb0/a11a818cb6a02502fca3e59c2a4cb3e8 to your computer and use it in GitHub Desktop.
Save R0mb0/a11a818cb6a02502fca3e59c2a4cb3e8 to your computer and use it in GitHub Desktop.
Array with letters in Classic ASP
<%
Dim my_array
my_array = Array("q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "a", "s", "d", "f", "g", "h", "j", "k", "l", "z", "x", "c", "v", "b", "n", "m")
%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment