Dovendo effettuare un copia incolla mi ritrovo con il seguente problema
dopo aver seleziona la scritta "testo µm" e effettuato l'"incolla" con send mi appare "testo 181m"
ossia converte µ in codice asci ALT+181
come posso sopperire a tale problema ?
questo parte del codice anche se non penso sia necessario
GetClipBoard>result
Wait>0.1
Send>result
SEND> problem with CODE ASCII
Moderators: Dorian (MJT support), JRL
- Grovkillen
- Automation Wizard
- Posts: 1131
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
Re: SEND> problem with CODE ASCII
First off, please use English.
Second, this work just fine for me:
Second, this work just fine for me:
Code: Select all
PutClipBoard>testo µm
GetClipBoard>TEST
MDL>TEST
Re: SEND> problem with CODE ASCII
Thanks for you answer, but my problem is this:
// this select the text to cell Excel
MouseMove>560,10
Wait>0.2
LClick
Wait>0.2
Press>Esc
Wait>0.1
MouseMove>%X%,%Y%
Wait>0.2
LClick
Wait>0.2
Press Ctrl
Wait>0.2
Send>c
Wait>0.2
Release Ctrl
Wait>0.1
GetClipBoard>result --> "film plastico polipropilene 195µm"
Wait>0.1
Msg>result
Wait>0.2
//this part copy
Wait>0.2
LClick
Wait>0.2
Send>result ---> "film plastico polipropilene 195181m" --> resulting error txt
Wait>0.5
Press Tab
Press Enter
// this select the text to cell Excel
MouseMove>560,10
Wait>0.2
LClick
Wait>0.2
Press>Esc
Wait>0.1
MouseMove>%X%,%Y%
Wait>0.2
LClick
Wait>0.2
Press Ctrl
Wait>0.2
Send>c
Wait>0.2
Release Ctrl
Wait>0.1
GetClipBoard>result --> "film plastico polipropilene 195µm"
Wait>0.1
Msg>result
Wait>0.2
//this part copy
Wait>0.2
LClick
Wait>0.2
Send>result ---> "film plastico polipropilene 195181m" --> resulting error txt
Wait>0.5
Press Tab
Press Enter