On 1/22/14, 1:54 PM, Richmond wrote:
On 22/01/14 21:32, J. Landman Gay wrote:
On 1/22/14, 12:28 PM, Benjamin Beaumont wrote:
11286 - messagebox syntax for invoking functions is broken

Oh yay! Double yay! It now works both with and without "put". It was
making me crazy.


Could you give us an example, please?

Sure. There were two problems. For a couple of releases you couldn't do this:

  put myFunction()

You had to write it without a "put":

  myFunction()

Then in 6.5.1 neither way would work, it just threw an error no matter how you tried to do it. Now both methods work.

I write a lot of quick, one-off handlers and functions that I call from the message box, and now they work again.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
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

Reply via email to