Converts an SRP Fast Array back into a BASIC+ dynamic array.

Syntax

Array = SRP_FastArray_GetVariable(Handle)

Returns

The equivalent BASIC+ dynamic array.

Parameters

ParameterDescription
HandleHandle to an existing SRP Fast Array (REQUIRED)

Remarks

The SRP_FastArray_GetVariable method converts an SRP Fast Array back into a BASIC+ dynamic array.

IMPORTANT: You should always release the handle to an SRP Fast Array when you no longer need it by calling SRP_FastArray_Release.

Examples

// Convert the fast array back into a dynamic array
Array = SRP_FastArray_GetVariable(Handle)
  • No labels