Nice :-D:)
You don't need to erase the clipboard every run:Found a simple little problem with the code.Code: QB64: [Select]
PRINT " Copy text to clipboard to have it read back by computer. Press [Esc] to quit."; _LIMIT 10 text$ = _CLIPBOARD$ b$ = INKEY$ previousText = text$
interesting... can this be reversed SPEECH -> TEXT?Who knows? Let's give it a try! Although I don't really know how to get input from microphone in QB64 yet, but I'll figure it out... Somehow...