사용법 : VarType(varname)
반환값 : Integer
Value Constant Description 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 17 36 8192
vbEmpty
Empty (uninitialized)
vbNull
Null (no valid data)
vbInteger
Integer
vbLong
Long integer
vbSingle
Single-precision floating-point number
vbDouble
Double-precision floating-point number
vbCurrency
Currency value
vbDate
Date value
vbString
String
vbObject
Object
vbError
Error value
vbBoolean
Boolean value
vbVariant
Variant (used only with arrays of variants)
vbDataObject
A data access object
vbDecimal
Decimal value
vbByte
Byte value
vbUserDefinedType
Variants that contain user-defined types
vbArray
Array
'WEB' 카테고리의 다른 글
[Web Standards] 이미지 버튼을 이용한 팝업 (0) | 2014.07.18 |
---|---|
[Web Standards] 종료(닫기)태그 미사용하는 요소 (0) | 2014.07.11 |
[Web Standards] Style Cursor Hand (링크 손가락 표시) (0) | 2014.07.11 |
[ASP] HTML 코드제거 (0) | 2012.04.04 |
[HTML] 좌우정렬하기 (0) | 2012.04.04 |