Function | Copies values from another object or a DDIC structure | ||||||
Example | s10copy( myobj ). | ||||||
Format |
data: myobj type any. s10copy( myobj ). |
||||||
Parameters |
|
||||||
Description |
Copies all public attributes of the specified s10/any object or of a DDIC
structure into the corresponding attributes of the current object. Example: |
||||||
Components | S10 Framework |