RAD function: fduplicate

A RAD function that copies an entire file variable from one record to another.

Function

fduplicate

Format

fduplicate($target, $source)

Factors

  • The system does not recognize fduplicate alone.
  • Returns a Boolean value: true if it is successful, and false if it fails.
  • Used primarily in RAD process panels and in Format Control.

Example

$L.void=fduplicate($file0, $file)

Creates $file0, an independent copy of $file.