LF: Copy Struct

This function works with user-defined structs. Use it to copy the current values of one instance of a struct, into another instance.

Note that both instances must belong to the SAME struct.

Related Topics

RLO

LF: Basic Elements