Search found 4 matches
- Thu Apr 13, 2017 6:50 am
- Forum: Technical / Scripting
- Topic: Problem with Arabic language and Writeln
- Replies: 5
- Views: 4949
Re: Problem with Arabic language and Writeln
Bingo with VBScript, WriteLn seems buggy, possible? let>text_to_write=Abdullah Al Rowaished Habes Nafsak عبد الله الرويشد - حابس نقسك VBSTART Function VBWriteLn(s) Dim objStream Set objStream = CreateObject("ADODB.Stream") objStream.CharSet = "utf-8" objStream.Open objStream.WriteText s objStream.Sa...
- Tue Apr 11, 2017 5:29 am
- Forum: Technical / Scripting
- Topic: Problem with Arabic language and Writeln
- Replies: 5
- Views: 4949
Re: Problem with Arabic language and Writeln
Hello both, sorry for late reply and thanks for your suggestions. Unfortunately WLN_ENCODING=UTF8 seems not to be working (I tried with new files and existing UTF8 encoded ones..) and the first suggestion does not solve the problem of writing a file with these UTF variables. What I am doing is: 1. R...
- Sat Mar 25, 2017 6:09 pm
- Forum: Technical / Scripting
- Topic: Problem with Arabic language and Writeln
- Replies: 5
- Views: 4949
Problem with Arabic language and Writeln
Hello, hope you can help. I have an issue when manipulating text with arabic and chinese characters. reading from file into variable no problem, manipulating variable also totally fine but when it is time to write a text file I get in trouble... Here is an example: let>variable_1=Abdullah Al Rowaish...
- Fri Aug 23, 2013 10:25 am
- Forum: Technical / Scripting
- Topic: Problem with handles, FindObject and ObjectSendKeys
- Replies: 0
- Views: 6440
Problem with handles, FindObject and ObjectSendKeys
############# Nevermind, I have solved the problem using the sendkey wizard! ############# Dear community, I hope you can help me with an issue I am experiencing recently. I have a small macro which is basically sending an F2 keystroke to an application called "Weather Channel LOG" on regular interv...