im MyNumber
MyNumber = Asc("A")       ' Returns 65.
MyNumber = Asc("a")       ' Returns 97.
MyNumber = Asc("Apple")   ' Returns 65.Returns the ANSI character code corresponding to the first letter in a string.
'asp' 카테고리의 다른 글
| FileSystemObject를 이용한 폴더(디렉토리) 생성하기 (0) | 2009.12.10 | 
|---|---|
| String to ASCII Codes/ASCII Codes to String (0) | 2009.12.10 | 
| VBScript!!!와 ASP의 오류처리 (0) | 2009.11.27 | 
| GetRows (0) | 2009.11.25 | 
| 다중셀렉트 값넘기기 (0) | 2009.11.25 |