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

String Class:  SetLineValue

Previous  Top  Next  


Prototype: (String pLine)

 

pLineThe new value to use for the currently selected line

 

This method is used to set the text for the currently selected line, for example after a call to the GetLine method.  This will replace the data that was in the selected line

Example:

ITS  ITStringClass

Code

ITS.AddLine('One',True)

ITS.AddLine('Two')

ITS.AddLine('Three')

If ITS.GetLine(2)

  ITS.SetLineValue('Twenty')

End

 

The text in the second line is now "Twenty" instead of "Two".

 

See also:

AddLine
AppendToLine
GetLine
Lines

 



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