Hello smiffy,I got an issue on SCL maybe you can tell me why..
see attache picuture
I explain, I wrote a function to clear a chars buffer (array of chars) at the end I want to overwrite some chars with some zero (B#16#00) void chars, but the SCL compiler doesn't let me do that, I'm forced to put an assignment with a char (so for the moment I put some spaces but I need to put this: B#16#00)
could you please help me, thank you.