Instead of
using the normal loop-endloop approach for this kind of programming,
use the variation of the append command. Care should be taken that
the definition of both the internal tables should be identical.
Not
Recommended
Loop at int_fligh1.
Append int_fligh1 to int_fligh2.
Endloop.
Recommended
Append lines of int_fligh1 to int_fligh2.
===================================================================================
This
tutorial contains a number of pages, each one explaining a tip or
trick. You can either browse them one by one (click on the NEXT
button, or jump straight to a tip or trick which interests you:

