Quote from
luishp on July 24, 2024, 7:32 am
@egodyla in VisualNEO Web you can allways use variables as parameters.
SetVar [option1] "Option 1"
SetVar [option2] "Option 2"
SetVar [option3] "Option 3"
SetVar [options] "[option1]\n[option2]\n[option3]"
neoTableEditColumnAsSelect "Container1" "1" "inline" "" "Select an option" "[options]" "" true ""
Note how I use \n as a new line character.
@egodyla in VisualNEO Web you can allways use variables as parameters.
SetVar [option1] "Option 1"
SetVar [option2] "Option 2"
SetVar [option3] "Option 3"
SetVar [options] "[option1]\n[option2]\n[option3]"
neoTableEditColumnAsSelect "Container1" "1" "inline" "" "Select an option" "[options]" "" true ""
Note how I use \n as a new line character.