5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
<%
|
|
For i = 33 to 255
|
|
response.write "Chr(" & i & ") = " & Chr(i) & "<br>"
|
|
Next
|
|
%> |