Jump to content

Recommended Posts

Posted

hi all hope this post is in the right place.

Deep breath first post....

I am trying to use the _StringReverse function and included the string.au3 as it says in the help file. When I try to complie and run the script I get the following error messages:

C:\Program Files\AutoIt3\Include\string.au3(16,59) : ERROR: $strHex already declared as parameter

Local $strChar, $aryHex, $i, $iDec, $Char, $file, $strHex,

C:\Program Files\AutoIt3\Include\string.au3(60,112) : ERROR: $i_EncryptLevel already declared as parameter

If Number($i_EncryptLevel) <= 0 Or Int($i_EncryptLevel) <> $i_EncryptLevel Then Local $i_EncryptLevel = 1

I have not made any changes to the string.au3 file.

Any help would be great, thanks in advance

Marc

Posted

hi all hope this post is in the right place.

Deep breath first post....

I am trying to use the _StringReverse function and included the string.au3 as it says in the help file. When I try to complie and run the script I get the following error messages:

C:\Program Files\AutoIt3\Include\string.au3(16,59) : ERROR: $strHex already declared as parameter

Local $strChar, $aryHex, $i, $iDec, $Char, $file, $strHex,

C:\Program Files\AutoIt3\Include\string.au3(60,112) : ERROR: $i_EncryptLevel already declared as parameter

If Number($i_EncryptLevel) <= 0 Or Int($i_EncryptLevel) <> $i_EncryptLevel Then Local $i_EncryptLevel = 1

I have not made any changes to the string.au3 file.

Any help would be great, thanks in advance

Marc

Are you using the latest Beta and compiling it using the Beta compiler ?


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

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
×
×
  • Create New...