On 30/06/2016 22:20, Mike Kerner wrote:
in a function, In a function, return x for error does nothing - the function terminates without returning a value, and it and the result are empty. return x for value and return x do the same thing - the container assigned gets the return value gets x, the result gets nothing.
That sounds like a bug to me... "return x for error" in a function is supposed to terminate the function without returning a value, and set the result to x. Can you please file a bug with your recipe?
Peter -- Dr Peter Brett <peter.br...@livecode.com> LiveCode Technical Project Manager LiveCode 2016 Conference https://livecode.com/edinburgh-2016/ _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode