Jacque,

Actuallly this doesn't work for me either. LC locks up, my CPUs go to
100% and I don't even get a recursion message or anything. I have to
Force Quit LC.

Any further suggestions?


On Fri, Jan 11, 2013 at 11:43 AM, J. Landman Gay
<[email protected]> wrote:
> on hCheckEntry pData
>   repeat until pData is an integer
>
>     ask warning "Please enter only whole numbers!" with pData \
>        titled "Enter A Number"
>     if the result = "cancel" then exit to top
>     put it into pData
>   end repeat
>   put pData into me
> end hCheckEntry

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to