List without returns
-
- Posts: 1
- Joined: Thu Oct 31, 2019 9:01 am
List without returns
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.
Re: List without returns
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.
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.