| typeof | |
| ACTION: |
return name of the variable type
|
| USE: |
name=typeof variable
|
| EXAMPLE: |
dim as long v : s=typeof v |
| RESULT: |
s="long" |
| RELATED: |
typecodeof
sizeof
offsetof
spanof
recordof
|
| typeof | |
| ACTION: |
return name of the variable type
|
| USE: |
name=typeof variable
|
| EXAMPLE: |
dim as long v : s=typeof v |
| RESULT: |
s="long" |
| RELATED: |
typecodeof
sizeof
offsetof
spanof
recordof
|