Created
February 20, 2025 09:15
-
-
Save R0mb0/4cc674c2f506c7cb31fac7359ad67df7 to your computer and use it in GitHub Desktop.
Array with special characters 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(".", ",", ":", ";", "`", "/", "\", "|", "_", "-", "~", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "+", "=", "{", "[", "}", "]", "'", "<", ">") | |
%> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment