Change an entry field on the active screen--only valid for TN5250 and TN3270 connections.
SetScreen=[fieldName OR "Text Expression"],[row],[column]
•fieldName: Field Name / Variable to set into the screen
•Text Expression: Starting and ending with matching quotes or apostrophe -- can include Field values using Handlebars syntax
•row: Screen row where entry starts
•column: Screen column where entry starts
SetScreen=HostID,2,24
SetScreen="{{logonCommand}} {{logonParm1}}",20,7