Given attached flow, how should I be using it to avoid brackets appearing?
Had to zip it due to it being flagged as an attack vector.
[attachment=0]Screenshot_20191214-192350.png[/attachmentBrackets in input dialog... Why?
Moderator: Martin
Brackets in input dialog... Why?
- Attachments
-
- Result
- Screenshot_20191214-192350.png (36.4 KiB) Viewed 8769 times
-
- Why_brackets_at_1st_last.zip
- Demo flow...
- (898 Bytes) Downloaded 618 times
Re: Brackets in input dialog... Why?
Input Dialog use comma delimited list as the choices. It accept this
If you don't format it properly, ans use {I} only in the choices, Automagic will think you want to use the whole list as string, and it will put out
separated as (there is space before the t in two and three)
To format it properly, you should use the comma delimited.
Many field that require comma delimited list should be formatted like this before using it as choice/list.
Code: Select all
one,two,three
Code: Select all
[one, two, three]
Code: Select all
[one
two
three]
Code: Select all
{I,listformat,comma}
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: Brackets in input dialog... Why?
I was taking the label "list" to mean a list object... Now you see my error.
I actually tried listformat, but missed the comma...
Again, thanks. I feel like I should pay you as a tutor!
I actually tried listformat, but missed the comma...
Again, thanks. I feel like I should pay you as a tutor!
Re: Brackets in input dialog... Why?
Hahaha, I am thinking about it too. But for now, posting in the forum keeps my passion burning so I can keep on continuing my flow. Sometimes I can get lazy when busy, and not touching Automagic for weeks.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.