PutString

<< Click to Display Table of Contents >>

Navigation:  Quick3270 functions and statements >

PutString

Description

Puts text in the specified location on the screen.

Syntax

PutString str [,row , col]

 

Parameters

Part

Type

Description

str

String

Required. Text that you want to put on the screen.

row

Integer

Optional. Integer specifying the row in which to put the text.

col

Integer

Optional. Integer specifying the column in which to put the tex.

Remark

If row and column are omitted, the current caret location is used.