Navigation:  Classes > bArrayServer >

bArrayServer:RecordGet()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns all field values of the current record as array.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:RecordGet() Æ auRecord

Return Value

auRecordA 1-dimensional array that contains all field values of the current record.
Data type:Array

Description

bArrayServer:RecordGet() determines all field values of the current record and returns this in a 1-dimensional array. The positions of the fields in the server indicate the indices of the field values in the array.

See Also

bArrayServer:FieldPos()

bArrayServer:FieldGet()

bArrayServer:RecordPut()

 


Page url: http://www.YOURSERVER.com/index.html?barrayserver_recordget.htm