TianpengWong Posted April 6, 2006 Posted April 6, 2006 (edited) Source Included. AUMBCS.dll is complied in Delphi7. tested under WinXP(Simpified & Traditional Chinese) The sample in the package is Simpified Chinese version. The Functions may support Korean, Japanese as well... MBCS support for AutoIt v3 [iNSTALLATION]Put Include/MBCString.au3 to your AutoIt's INCLUDE Path Ensure that your script can find AUMBCS.dll(in the script's folder, or the global PATH entironment variable) [FUNCTIONS] _StringInStr: equ to the function "StringInStr" _StringMid: equ to the function "StringMid" _StringLen: equ to the function "StringLen" _StringLeft: equ to the function "StringLeft" _StringRight: equ to the function "StringRight" _Send: equ to the function "_Send" _Chr: equ to the function "Chr" _Asc: equ to the function "Asc" _StringReverseW: equ to the function "_StringReverse" _StringReplace: equ to the function "StringReplace" _StringTrimLeft: equ to the function "StringTrimLeft" _StringTrimRight: equ to the function "StringTrimRight" _StringInsert($string, $substring, $pos): Inserts $substring into $string beginning at a specified point $pos. _StringDelete($string, $start, $count) Removes a substring from a string. [HISTROY] 0.1 - First Release. AUMBCS.zipDLLSOURCE.zip Edited April 6, 2006 by TianpengWong
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