|
Previous Top Next |
This method has no parameters and does not return any information.
This method can be used to send the contents of the Lines queue to debug viewer such as DebugView to see exactly what is stored in the queue.
Example:
ITS ITStringClass
Code
ITS.AddLine('First',True)
ITS.AddLine('Second')
ITS.AddLine('Third')
ITS.DebugLines
This will show the 3 lines in DebugView
See also: