Harbour Reference Guide

 

FIELDPUT()

Set the value of a field variable

Syntax

FIELDPUT(<nField>, <expAssign>) --> ValueAssigned

Arguments

<nField> The field numeric position

<expAssign> Expression to be assigned to the specified field

Returns

<ValueAssigned> Any expression

Description

This function assings the value in <expAssing> to the <nField>th field in the current or designated work area.If the operation is successful,the return value of the function will be the same value assigned to the specified field.If the operation is not successful, the function will return a NIL data type
Examples
      USE Tests New
      FIELDPUT(1,"Mr. Jones")
      USE
Status

Ready

Compliance

This function is CA-Clipper compatible.

Files

Library is rdd

See Also

 




[Source Forge]

Other Docs Categories

Advantage Database RDD
Array
Binary conversion
Classes
Code Block
Console input
Conversion
Conversion Tools
DOS
Data input and output
Database
Database Tools
Date
Dos Tools
Environment
Error recovery
Events
File management
GT
Harbour Tools
Internal
Low Level
Math
Misc
Miscellaneous
Nation
Object manipulation
Operating System Specific
Parameter Checks
String Tools
Strings
TBrowse Method
TBrowse class
Terminal
Time
Utility
Variable Management

 

Last updated on 2001/07/30