For example, when "Other Letter" is checked and the letter "Z" is typed into the "Input other letter", the output is: Other LetterZ. If "A", "B" and "Other Letter" are checked and the letter "Z" is typed into the "Input other letter", the output is: A, B and Other LetterZ
I would like for the output to be "Z" for the first, and "A, B and Z" for the second. Is this possible?
Code: Select all
{#forminput -text Letters -type 5 -items A|B|C|D|E|F|Other Letter -vals A|B|C|D|E|F| -uncheckedvals |||||| -enum , -lastenum and -variablename Letters}{#forminput -text Input other letter -type 0 -def -visgroup Other Letter -variablename Input other letter}
Edit2: So the only way that I can find to work around this is to add in a blank character {#asc 32} into the blank output option and then adding a header with {#BKSP -variablename BackSpace} to the "Input other letter". This results in the output initially having an extra space, but then being removed and it coming out normally: A, B and Z
Edit3: I finally figured out a way to accomplish this by putting [any specific text] as the output option, and then using Process Output -> replace text with a copy of the output text [any specific text] in the Search string and the replacement string being left blank.