[quote:25dc5ba02e]
Warte:
Do
Print Hex(z)
Waitms 100
Z = Inkey()
Loop Until Z = Chr(&H06)
Return
[/quote:25dc5ba02e]
This will not work because you don't use buffered input. While you wait 100ms you miss the string...
↧