Description
This method stores text kept in the temp-table to the long char
Parameters
Internal usage
QadFinancials
program code (program1/bmulticyprocessor.p)
/* =============================================================================================== */
/* This method stores text kept in the temp-table to the long char */
/* =============================================================================================== */
assign opLongText = "":U.
for each tAsyncInstanceDataSerialized
by tAsyncInstanceDataSerialized.ti_Sequence:
assign opLongText = opLongText + tAsyncInstanceDataSerialized.tcXMLSegment.
end.