› Forums › General Questions and Comments › Compile error › Reply To: Compile error
2018-10-20 at 16:53
#2409
Mark
Guest
Actually I think I solved it.
You were assigning receivedChars[0] to null as ‘slash 0’
I changed it to read
receivedChars[0] = 0;
and it now compiles.
I haven’t run it yet as I’ve yet to build but I think that should be fine, no?