Last active
February 20, 2025 09:25
-
-
Save R0mb0/a11a818cb6a02502fca3e59c2a4cb3e8 to your computer and use it in GitHub Desktop.
Array with letters in Classic ASP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% | |
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