SEND> problem with CODE ASCII

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
mpsinfo
Junior Coder
Posts: 20
Joined: Mon Apr 19, 2021 1:31 pm

SEND> problem with CODE ASCII

Post by mpsinfo » Thu Jun 10, 2021 8:59 am

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" :shock:
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

User avatar
Grovkillen
Automation Wizard
Posts: 998
Joined: Fri Aug 10, 2012 2:38 pm
Location: Bräcke, Sweden
Contact:

Re: SEND> problem with CODE ASCII

Post by Grovkillen » Thu Jun 10, 2021 9:35 am

First off, please use English.

Second, this work just fine for me:

Code: Select all

PutClipBoard>testo µm
GetClipBoard>TEST
MDL>TEST
Let>ME=%Script%

Running: 15.0.24
version history

mpsinfo
Junior Coder
Posts: 20
Joined: Mon Apr 19, 2021 1:31 pm

Re: SEND> problem with CODE ASCII

Post by mpsinfo » Mon Jun 21, 2021 1:15 pm

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

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts