Page 1 of 1

<combine> and the result

Posted: Tue Feb 02, 2016 3:25 pm
by trevordevore
Today I tried to use a widget I wrote a while ago. The widget used this code:

Code: Select all

combine tList with "," into tLoc
This causes a runtime error now. When I rewrote it to use <the result> it worked again. Is this a bug or was it decided that <the result> is fine and using <into> will not be supported?

Re: <combine> and the result

Posted: Tue Feb 02, 2016 7:18 pm
by peter-b
That's a bug!

Re: <combine> and the result

Posted: Wed Feb 03, 2016 3:29 pm
by trevordevore