Hmmmm,
some more testing shows that:
allows the program to continue whereasCode:hserin [wait ($FD)]
does not.Code:hserin [wait ($FD), dec databyte(0)]
However, if I put my original string in but with the DEC modifier removed, the code works fine:
I have also tried the HEX modifier but again this prevents the code from progressing. Very strangeCode:hserin [wait ($FD), databyte(0), databyte(1), databyte(2), databyte(3), databyte(4), databyte(5)]
Bookmarks