TypeValueTable.lcopyFormat

string lcopyFormat() @property

Get lcopyFormat field.

Returns

Format description of the arguments to collect for @lcopy_value,

analogous to @collect_format. Usually, @lcopy_format string consists only of 'p's to provide lcopy_value() with pointers to storage locations.

void lcopyFormat(string propval) @property

Set lcopyFormat field.

Parameters

propvalFormat description of the arguments to collect for @lcopy_value, analogous to @collect_format. Usually, @lcopy_format string consists only of 'p's to provide lcopy_value() with pointers to storage locations.