motormad Posted November 3, 2010 Posted November 3, 2010 (edited) I filled an arrya with value out of an excel sheet. Global $aBonNr = _ExcelReadArray($oExcel, 1, 2,$iRows,1,0) ;Starting on the 2nd Column _ArrayDisplay($aBonNr, "Starting on the 2nd Column") I want to put the values in a program but... in place of the value 2900 it gives éçàà. 123456 = &é"'(§ _ArrayDisplay($aBonNr, "Starting on the 2nd Column") I can see that the array hold the correct values. but if i do ControlSend("[CLASS:ThunderRT5Form]", "", "[CLASS:ThunderRT5TextBox; INSTANCE:36]", $aBonNr[1]) it puts in the wrong caracters Edited November 3, 2010 by motormad
GMK Posted November 3, 2010 Posted November 3, 2010 ControlSend has a flag you can set to 1 to send raw keys. You could try that.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now