First, and most obvious question to ask, is it a CHR$ that you’re copying when you copy the contents into the clipboard? Check length of _clipboard$ And only take the LEFT$(_CLIPBOARD$,desired_number_of_digits) and see if that gets rid of any stray, extra input.
I understand now, Mr. SMcNeill.
I'm copying CHR $ from "Ctrl + V"
After searching the wiki, I found out what you meant.
According to the attached table
_KEYCLEAR solved CHR $.
however, it left me without CH $ (27) to leave.
Sc $ = INKEY $
LOOP UNTIL Sc $ = CHR $ (27) "press to exit"
As I understand it, the "LEFT $ (_ CLIPBOARD $, needed_number_of_digits)".
It would be here. "in $ = LEFT $ (in $, CP) + LEFT $ (_ CLIPBOARD $, 30) + MID $ (in $, CP + 1)"?
Mr. SMcNeill. how to eliminate CHR $ (22)?
I would very much like you to respond.
I believe I am at the limit of 3 days
Carlos