일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- asp함수
- wap
- 정규식
- VarType
- array
- instr
- sql순위
- MSSQL보안
- WML
- xmldom
- JavaScript
- inner join
- jdbc driver
- javascript 한글입력체크
- sql업데이트
- 인젝션
- XML
- VARIABLE
- ERD
- update
- 한글입력체크
- tempDB
- injection
- SPLIT
- sql랭킹
- 이미지세로길이
- 이미지가로길이
- FileSystemObject
- 자바기초
- 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..