brReadU Method

       

Locks and reads an item from the D3 file associated with the clsD3File object, returning the item as a clsD3DynamicArray.

Syntax

Set oDynArray = object.brReadU(sItemName)

Parameters

Parameter

Description

oDynArray

An object variable that represents a clsD3DynamicArray object containing the item read from the D3 file.

object

An object variable that represents a clsD3File object.

sItemName

A String specifying the item-id of the item to retrieve.

Remarks

The brReadU method returns the exception d3SrvErr_Lock if the lock cannot be obtained because some other process has the file or item locked already.

FlashBASIC Reference

readu