일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- xmldom
- join
- ERD
- 자바기초
- MSSQL보안
- array
- wap
- 정규식
- 이미지가로길이
- XML
- javascript 한글입력체크
- sql랭킹
- jdbc driver
- instr
- VARIABLE
- SPLIT
- sql업데이트
- injection
- update
- sql순위
- 한글입력체크
- 이미지세로길이
- FileSystemObject
- tempDB
- JavaScript
- VarType
- asp함수
- WML
- inner join
- 인젝션
- Today
- Total
목록VarType (2)
3초기억력
The VarType function returns a value that indicates the subtype of a specified variable. The VarType function can return one of the following values: 0 = vbEmpty - Indicates Empty (uninitialized) 1 = vbNull - Indicates Null (no valid data) 2 = vbInteger - Indicates an integer 3 = vbLong - Indicates a long integer 4 = vbSingle - Indicates a single-precision floating-point number 5 = vbDouble - In..
제목 : VBScript VarType Function 8 2 5 1 0 11 내용 : The VarType function returns a value that indicates the subtype of a specified variable. (해석 : VarType 함수는 지정된 변수의 종류를을 나타내는 값. ) The VarType function can return one of the following values: (해석 : VarType 함수는 다음 값 중 하나를 반환할 수 있습니다 : ) 0 = vbEmpty - Indicates Empty (uninitialized) 1 = vbNull - Indicates Null (no valid data) 2 = vbInteger - Indicate..