Navigation:  Classes > bArrayServer >

bArrayServer:FieldGet()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Get the contents of a specified field.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:FieldGet(<uField>) Æ uValue

Arguments

<uField>Number, name, or symbol of the field to which contents are to be retrieved.
Data Type:DWord | String | Symbol

Return Value

uValueContents of the specified field. If the field does not exist, the value NIL is returned.
Data Type:Usual

Description

bArrayServer:FieldGet() get the contents of the specified field from the current record.

See Also

bArrayServer:FieldGetFormatted()

bArrayServer:FieldPos()

bArrayServer:FieldPut()

bArrayServer:FieldSym()

bArrayServer:RecordGet()

 


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