1
Declined

Add Ability to specify seperator on list dialog

Hi

Please add ability to change seperator on tasker native list dialog..

I have array %arr() = 1,2,4,3

%arr1= 1

%arr2 = 2

%arr3 = 4,3

IF I  have this kind of array its showing 4 items.. so allow me to specify seperator on list dialog, its very usefull

Thanks

1 reply

In the list dialog you should use %arr as the input, not %arr()

When you do %arr() you're actually joining all the strings in the array into a single string so Tasker doesn't know what the individual elements were anymore.

By using %arr you're giving Tasker the actual array so it can still get the individual items.

Hope this helps! :)