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

String Class:  FreeString

Previous  Top  Next  


Prototype: (Byte pWords=0)

 

pWordsIndicates if the Words queue should be freed also

 

This method frees the Lines and/or the Words queue.  If the pWords is set to true it only frees the Words queue.  If it is false, then both the Words queue and the Lines queue are freed.

 

Example:

ITS  ITStringClass

Code

ITS.AddLine('First line',True)

ITS.AddLine('Second')

ITS.AddLine('Third')

ITS.FreeString(True)

!! Lines still has 3 records in it

ITS.FreeString

!! Lines is now freed

 

 

See also:

Lines

AddLine



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