|
|
CHARACTER WriteFieldAssignments (handle, character, integer, handle)
|
/* writes field assignments - returns list of field exported so the generator knows what to skip
. returns blank if no fields written -
@param stream handle
@param name for variable
@param at position ? = no pos and no line break
@param buffer with current row avail */
|
|
|
WriteFieldStatements (handle, character, handle)
|
/* writes field assign statements for cases that cannot be used in assign
- StatementFieldNames must return the corresponding list
@param stream handle
@param name for variable
@param buffer with current row avail */
|