When using 'Insert command code' in send mode, how to pass the 'Mannual Text Input' user entered

Discussion, questions and support.
Post Reply
m200890234
Posts: 20
Joined: Dec 6th, ’23, 04:12

Post by m200890234 » Apr 11th, ’24, 04:38

I have inserted a 'Manual Text Input' control in send mode. Then I plan to use 'instert command code'. How can i capture the input and pass it to the command code? how to use it in command code?
User avatar
Tom
Posts: 849
Joined: Nov 24th, ’15, 23:39

Post by Tom » Apr 11th, ’24, 18:52

You can use input and selection variables (for example INPUT_Name or SELECT_Name) in the script.

Example:
viewtopic.php?t=2190
Post Reply