[Gambas-user] UDP Broadcast

T Lee Davidson t.lee.davidson at gmail.com
Thu Apr 29 22:04:38 CEST 2021


Nice little example.

On 4/29/21 12:43 PM, Brian G wrote:
>    While a.Status = Net.Active
>      Wait 0.01
>    Wend

But, shouldn't that be:
   While a.Status <> Net.Active
     Wait 0.01
   Wend

Also, shouldn't the transmitter also wait for an Active status instead of doing nothing if not?


-- 
Lee


More information about the User mailing list