Hello,
I'm new to this board, just downloaded and installed QB64.
I like networking so did that.
newclient = _OPENCONNECTION(host) this give me a negative connectHandle of -3
This is no problem for _CONNECTIONADDRESS(newclient) this can handle negative numbers.
But INPUT #newclient, a is not working because INPUT can't handle negative numbers.
Is this a BUG or ??????
Kind regards,
Leo Barnhoorn.