Navigation:  Classes > bArrayServer >

bArrayServer:FieldPos()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns the position of a field in the server.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:FieldPos(<uField>) Æ iFieldPos

Arguments

<uField>Name or symbol of the field for which the position is to be determined.
Data Type:String | Symbol

Return Value

iFieldPosPosition of the field in the server. The first field in server has position 1. If the field does not exist in the server, the value o is returned.
Data Type:DWord

Description

bArrayServer:FieldPos() determines the position of a field and returns that value.

 

All methods of class bArrayServer refer to a field, which works faster if the position of the field is specified instead of the name.

See Also

bArrayServer:FieldGet()

bArrayServer:FieldGetFormatted()

bArrayServer:FieldHyperLabel()

bArrayServer:FieldInfo()

bArrayServer:FieldPut()

bArrayServer:FieldSpec()

bArrayServer:FieldSym()

 


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