Using return in a command script

Mike Kerner MikeKerner at roadrunner.com
Wed Oct 26 16:09:36 EDT 2016


well, in 8.1.1, anyway,

*on* mouseUp
b
*answer* the result
*end* mouseUp

*on* b
*return* false
*end* b


answers "false"

On Wed, Oct 26, 2016 at 3:57 PM, Phil Davis <revdev at pdslabs.net> wrote:

> What happens if you return "false" instead of false? Still broken?
> Phil Davis
>
>
>
> On 10/26/16 12:45 PM, Bob Sneidar wrote:
>
>> I'm using version 8.1.1 (I don't distribute apps compiled with a dev
>> preview). I return false and immediately in the calling script check for
>> the result. It is empty.
>>
>> Bob S
>>
>>
>> On Oct 26, 2016, at 11:44 , Richard Gaskin <ambassador at fourthworld.com>
>>> wrote:
>>>
>>> dunbarx wrote:
>>>
>>>> Do you mean something like this does not work anymore???
>>>>
>>>> Impossible.
>>>>
>>>> on mouseUp
>>>>    doThis
>>>>    answer the result
>>>> end mouseUp
>>>>
>>>> on doThis
>>>>    return random(999)
>>>> end doThis
>>>>
>>> Works here as of v9.0 dp 1.
>>>
>>> --
>>> Richard Gaskin
>>> Fourth World Systems
>>> Software Design and Development for the Desktop, Mobile, and the Web
>>> ____________________________________________________________________
>>> Ambassador at FourthWorld.com                http://www.FourthWorld.com
>>>
>>> _______________________________________________
>>> use-livecode mailing list
>>> use-livecode at lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>>
>>
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>>
> --
> Phil Davis
>
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."



More information about the use-livecode mailing list