Page 1 of 1
Best way to crash via code a LC app (on Android)
Posted: Wed Jan 29, 2014 1:58 am
by Mag
Just for testing purposes, what is the "best" way to crash an app on Android?

Re: Best way to crash via code a LC app (on Android)
Posted: Wed Jan 29, 2014 1:58 pm
by Mark
Hi,
Code: Select all
global x
on mouseUp
put "x" & x into x
mouseUp
end mouseUp
Kind regards,
Mark
Re: Best way to crash via code a LC app (on Android)
Posted: Wed Jan 29, 2014 2:43 pm
by Mag
Thank you so much Mark, this is not in your book, right?

Re: Best way to crash via code a LC app (on Android)
Posted: Wed Jan 29, 2014 3:22 pm
by Mark
Right! Right! Right!
(Your message contains 6 characters. The minimum number of characters you need to enter is 10.)
Re: Best way to crash via code a LC app (on Android)
Posted: Wed Jan 29, 2014 3:41 pm
by Mag