List without returns

Questions, comments, and suggestions related to Typeitin.
Post Reply
chaching1948
Posts: 1
Joined: Thu Oct 31, 2019 9:01 am

List without returns

Post by chaching1948 » Thu Oct 31, 2019 9:08 am

Is there a way to create a list in a "button" without having a return? I don't want 3 separate things sent but all in one in a list form.

Wavget
Site Admin
Posts: 91
Joined: Wed Jan 16, 2019 4:32 pm

Re: List without returns

Post by Wavget » Fri Nov 01, 2019 11:03 am

It is possible to store the selection from a list into a variable that can be used later.

For example: {Var1 List a,b,c} shows a list with a, b, and c and stores the selection in Variable #1.

This example allows you to make a selection from two lists and then types a string using the two results.

{Var1 List a,b,c}{Var2 List a,b,c}I picked {Var1} and {Var2}{Enter}

Hope this helps,
Paul.

Post Reply