Serialization error - Gambas 3.18.3
Posted
#1
(In Topic #1070)
Enthusiast

I have just updated my systems to Debain 12 and Gambas 3.18.3 (built from source code)
I have run a program that was working perfectly fine before the update but now I get a error on this section of code
It heighlights the Read #Global.RS232Printer, Global.variable_Byte and says "Serialization error"
Does anyone have any idea what this means?
Posted
Regular

Code
While Not Eof(something)
Read #something, something
something &= something
Wend
1 guest and 0 members have just viewed this.



