Navigation:  Classes > bArrayServer >

bArrayServer:FieldGetFormatted()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Return the contents of a field according to the formatting specifications of its FieldSpec object.

Class

bArrayServer

Type

Method

Syntax

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

Arguments

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

Return Value

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

Description

bArrayServer:FieldGetFormatted() get the contents of the specified field from current record and formats this in accordance with the FieldSpec object for this field.

See Also

bArrayServer:FieldGet()

bArrayServer:FieldPos()

bArrayServer:FieldPut()

bArrayServer:FieldSym()

 


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