SendDarkKeys

<< Click to Display Table of Contents >>

Navigation:  Quick3270 functions and statements >

SendDarkKeys

Description

Puts text in the specified location on the screen. The text is encrypted.

Syntax

SendDarkKey str

 

Parameters

Part

Type

Description

str

String

Required. String expression that you want to put on the screen.

Remarks

The SendDarkKey is used only by the macro recorder. All text typed in a “hidden” field will be stored encrypted. The SendDarkKey allows reading this encrypted text and sending the original text back to the emulator. This function is not intended to be used by the user. However you can Copy / Paste a SendDarkKey statement generated by the macro recorder into another macro file