Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

RCOPY( nRecord1, nRecord2[, cTable ] )

Purpose

Copy one record into another.

Arguments

     nRecord1 -- record number of source record

     nRecord2 -- record number of destination record

     cTable -- if passed, table to use

Setup

A table is selected. Valid parameters are assumed.

Example

     LOCAL x, y
     USE CUSTOMER
     x := RECNO()
     APPEND BLANK
     y := RECNO()
     ? RCOPY( x, y )

Returns

.T. if successful, else .F.

Side Effects

Overwrites nRecord2.

Artful Calls

RPL

Source File

AA_RCOPY.PRG, AM_RCOPY.PRG

See Also: GET_STD2()

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