BtTable:FieldPut()
<< Click to Display Table of Contents >>
BtTable:FieldPut()
|
|
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