Hello,

Just a small question concerning the Hserin command. Could not find the answer to my question on the forum or the manual.

If you use the Hserin with the STR command : Hserin [STR received_text\8\10]

It stoppes receiving when all 8 places of the array are filled or when a LF (10) takes place. Now is my question lets say only 6 characters are send followed by a LF. The LF will end de Hserin command BUT is this LF(10) also stored in the array or not(on location received_text[6]? In other words is the ending character also stored when it is encountered or not?