expression.PutText1( _ ByVal text As String, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal length As Integer _ ) As ReturnCode
where expression is a variable that represents a UtsScreen Object
Parameters
- text
- Text to put on screen.
- row
- Row position on which to put the text.
- column
- Column position on which to put the text.
- length
- Number of byte positions available for the text.
Return Value
ReturnCode indicates success, failure, or a warning condition if the cursor position reaches the screen boundary.