#2423 closed Feature Request (Completed)
VarGetType - example - question
| Reported by: | mlipok | Owned by: | guinness |
|---|---|---|---|
| Milestone: | 3.3.9.20 | Component: | Documentation |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
in VarGetType
in Related is list of function Is...
there is a 12 different function
But in example there is only 11 types
there is no example for IsHwnd()
If there is any difference between IsHWnd function () as a function of IsPtr (), then please provide the example in order to show both cases.
ps.
present example shows the result:
Variable Types
$aArray is an Array variable type.
$bBinary is a Binary variable type.
$fBoolean is a Bool variable type.
$hWnd is a Ptr variable type.
$iInt is an Int32 variable type.
$nFloat is a Double variable type.
$hFunc is a Function variable type.
$oObject is a Object variable type.
$sString is a String variable type.
$tStruct is a DLLStruct variable type.
$vKeyword is a Keyword variable type.
Attachments (0)
Change History (4)
comment:1 by , 13 years ago
| Version: | 3.3.9.19 |
|---|
comment:2 by , 13 years ago
VarGetType will return Ptr for both a handle and pointer. But I updated the function anyway.
comment:3 by , 13 years ago
| Milestone: | → 3.3.9.20 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added by revision [8766] in version: 3.3.9.20

Automatic ticket cleanup.