Jump to content

variable gives wrong caracter output


 Share

Recommended Posts

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 :graduated:

Edited by motormad
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...