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