www.icetips.com  Icetips Utilities Documentation 7/6/2014    

String Class:  DebugLines

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:

AddLine

Lines



Direct link to this page: http://www.icetips.com/manuals/utilities/debuglines_stringclass.htm