Hello,

I have some arrays in my code which will contain different messages of varying lengths, so I have sized my arrays to take the longest ones (plus 1 or two elements on the end), but how do I ensure that if the message is shorter than maximum, there is not junk in the unused elements which would be sent out my serial port?

Thanks
Dave