AcquireArrayItemValue

PowerBuilder Native Interface

IPB_Session interface:

AcquireArrayItemValue method

Description

Syntax

AcquireArrayItemValue( pbarray array, pblong dim[ ])

Return Values

Examples

for( i=1; i <= bound; i++)
{
   dim[0]= i;
   ipv = Session -> AcquireArrayItemValue(refArg, dim);
   Session -> SetArrayItemValue(*i_array, dim, ipv);
   Session -> ReleaseValue(ipv);
}

Usage

Note Working with large arrays

See Also