 Question:
Using the DLOG command
Answer: DLOG
will save to a file (in ASCII format) anything that
is displayed in the debugger command window. This command combined with the use of ECHO,
IF, ELSE, ENDIF and LOOP provide a way to inspect your results and display messages
accordingly. The following example inspects an array of structures called "link"
and according to the values stored in the structure fields, writes different messages to a
DLOG output file (explore.dat). |