// Iterate over the fields in the TempLINK table
FOR i = 0 TO NoOfFields('LINK')
LET Field = FieldName(i, 'LINK');
TRACE $(Field);
NEXT i
// Iterate over the fields in the TempLINK table
FOR i = 0 TO NoOfFields('LINK')
LET Field = FieldName(i, 'LINK');
TRACE $(Field);
NEXT i