FieldPut()

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

Compliance

Clipper

Files

Library is rdd

Seealso

FIELDGET()

3 responses to “FieldPut()

  1. Pingback: Harbour All Functions – F | Viva Clipper !

  2. Pingback: Harbour Database Functions | Viva Clipper !

  3. Pingback: Harbour RG Summary | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.