BtTable:FieldPut()

 

<< Click to Display Table of Contents >>

Navigation:  Support Classes > BtTable Class >

 

BtTable:FieldPut()

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Set the value of a field identified by its position.

 

 

 

Prototype

 

 

METHOD FieldPut ( uField AS USUAL, uValue AS USUAL )  AS USUAL PASCAL CLASS BtTable

 

 

 

Argument(s)

 

 

<uField>                String, Symbol or Numeric Id of a field

<uValue>                New value to assign to the field

 

 

 

 

Return

 

 

USUAL                Result of the assignment

 

 

 

See Also

 

 

BtTable