Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_fieldput()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_FIELDPUT()


Syntax:        L_FIELDPUT(<expN>, <expX>)


Purpose:       To allow data to be stored to a record through field
               numbers.


Arguments:     <expN> is the number of the field to which data is to
               be stored.

               <expX> is the data is to be stored.
               This can be of type Character, Numeric, Date or Logical.


Returns:       A logical true to indicate that the data has been
               stored or else an error message.


Examples:      ? FIELD(5)                       && Result: addr_3
               ? L_FIELDPUT(5,"London")         && Result: .T.
               ? addr_3                         && Result: London



Language:      Clipper

See Also: L_FIELDGET()

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