Jump to content

_StringBetween() and unicode


Recommended Posts

_StringBetween() has any thing to do with the setting of "language for non-Unicode programs" in the region and language?

because it's working for me my setting "Arabic (Egypt)" and not working with my friend his setting "Chinese (simplified, PRC)"

$command=_StringBetween(ClipGet(),"$",";")
        If @error Then
            FileWriteLine("commands log.txt",_DateTimeFormat( _NowCalc(),2)&"......" &_DateTimeFormat( _NowCalc(),4)&".....forgot the '$' or the ';'......"&ClipGet())
            WinActivate("*******")
            WinWaitActive("*********","",3000)
            Sleep(1000)
            Send("you forgot the '$' or the ';'")
            Send("{enter}")
            WinClose("********]")
        Else
            comands($command[0])
        EndIf

well it sets the error even if there is '$' and ';'

Edited by alaa777
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...