Uniface Underground -> Undocumented.Features.Only. |
Name |
Fieldcopy Copy the field source into a field trace. |
Synopsis |
Fieldcopy(Field_Source, Field_Target) |
Description |
The Fieldcopy statement only copies the contents of the field specified in the source to the target. This undocumented statement provides no new understanding because is like an assignment. Tested in 7.2.04 |
Return Value |
In $status = 0 if the operation finish successfully. |
Example |
Fieldcopy(field1.table1, dummy_field.dummy_table) |