가라

[ASP] 변수타입반환함수

2014. 6. 18. 17:05 : WEB

사용법 : VarType(varname)

반환값 : Integer

 

Value

Constant

Description

0

vbEmpty Empty (uninitialized)

1

vbNull Null (no valid data)

2

vbInteger Integer

3

vbLong Long integer

4

vbSingle Single-precision floating-point number

5

vbDouble Double-precision floating-point number

6

vbCurrency Currency value

7

vbDate Date value

8

vbString String

9

vbObject Object

10

vbError Error value

11

vbBoolean Boolean value

12

vbVariant Variant (used only with arrays of variants)

13

vbDataObject A data access object

14

vbDecimal Decimal value

17

vbByte Byte value

36

vbUserDefinedType Variants that contain user-defined types

8192

vbArray Array

Posted by 우리회사 개발자2