IsArray
Description
Returns true if the IPB_Value instance contains an array;
otherwise, returns false.
Syntax
|
1 |
IsArray( ) |
Return value
pbboolean
Examples
This example tests whether an IPB_Value instance is an array
before obtaining the array:
|
1 2 3 4 5 6 |
if(ci->pArgs->GetAt(i)->IsArray()) { pArguments[i].array_val = ci->pArgs->GetAt(i)->GetArray(); continue; } |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest