SetString

Top  Previous  Next

The SetString method sends a string to the virtual Screen at the specified location. The string will overlay only unprotected fields, and any parts of the string which fall over protected fields will be discarded.

 

VB.NET

 

Screen.SetString(text As String, location As Position)

 

C#

 

Screen.SetString(string text, Position location)

 

 

Parameters

 

Parameters

Description

text

String to place in the virtual Screen

location

Position where the string should be written