| Name | Type | Description |
|---|---|---|
| Expression |
Variant
|
x% = 66 'integer data type y# = 14 'long data type Z = x / y A = GETTYPE (x / y)
B = GETTYPE (3) C = GETTYPE (3.3)