25 lines
942 B
Plaintext
25 lines
942 B
Plaintext
compile insert rti_utl_compare_insert
|
|
/* ----------------------------------------------------------------------------
|
|
Author : David Goddard, Win Win Solutions Australia Pty Ltd
|
|
Date : 16 April 2012
|
|
Build : 12.4.16.0
|
|
Date : 16 April 2012
|
|
Purpose : Insert for the rti UTL COMPARE utlity
|
|
|
|
the wuComp_text@ dimensioned array is used to store sets of text
|
|
to compare.
|
|
|
|
The zero element stores control information for the sets of text,
|
|
for example the table,id for each set of text.
|
|
|
|
Modification Info:
|
|
----------------------------------------------------------------------------
|
|
Date Who Build Notes
|
|
----------------------------------------------------------------------------
|
|
|
|
--------------------------------------------------------------------------*/
|
|
|
|
common /rti_utl_compare/ wuComp_text@(100,2), wuComp_text1@, wuComp_text2@, wcComp_text3@, wcComp_unUsed1@, wcComp_unUsed2@
|
|
|
|
|