Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The 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: FIELDGET()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson