IsArray

PowerBuilder Native Interface

IPB_Value interface:

IsArray method

Description

Syntax

IsArray( )

Return Values

Examples

if(ci->pArgs->GetAt(i)->IsArray())
{
   pArguments[i].array_val =
      ci->pArgs->GetAt(i)->GetArray();
   continue;
}

See Also