GetFieldValue Procedure
Gets the Field Value at a given position.
Overloads
Name | Description |
---|---|
GetFieldValue(Integer; Integer): Text[2048] | Gets the Field Value at a given position. |
GetFieldValue(Integer; Integer; Text): Boolean | Gets the Field Value at a given position. |
GetFieldValue(Integer; Integer) Procedure
Gets the Field Value at a given position.
Signature
GetFieldValue(LineNo: Integer; FieldNo: Integer) : Text[2048]
Parameters
LineNo
Integer
The line number for the value.
FieldNo
Integer
The field number at the given LineNo.
Returns
Text[2048]
The Field Value as text.
GetFieldValue(Integer; Integer; Text) Procedure
Gets the Field Value at a given position.
Signature
GetFieldValue(LineNo: Integer; FieldNo: Integer; var FieldValue: Text) : Boolean
Parameters
LineNo
Integer
The line number for the value.
FieldNo
Integer
The field number at the given LineNo.
var FieldValue
Text
The Field Value as text, if it exists.
Returns
Boolean
This function returns true
if the field value exists at the given position, otherwise false
.
This documentation is generated from Smart Toolbox v27.0