[Gambas-user] DO LOOP loop interrupt with Key press?

Bodard Fabien gambasfr at ...11...
Mon Aug 2 22:09:14 CEST 2004


Le lundi 2 Août 2004 22:34, Christoph Passow a écrit :
> Hello all together,
>
> how can I interrupt a DO ...  LOOP loop with a Key press, that I have
> started with a Button1_DblClick() ?
> In the DO ... LOOP I read some datas from the SerialPort, but I would
> like to interrupt some times the reading.
>
> Thanks and Regards
> Christoph
>
>

Hi,

hem... in the gambas help look at 'DO' keyword and see 'BREAK'

Regards,
Fabien



DO

if ... THEN BREAK

LOOP


>
> -------------------------------------------------------
> This SF.Net email is sponsored by OSTG. Have you noticed the changes on
> Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
> one more big change to announce. We are now OSTG- Open Source Technology
> Group. Come see the changes on the new OSTG site. www.ostg.com
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user




More information about the User mailing list