|
Previous Top Next |
Prototype: | (String pLine) |
pLine | The 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