| View previous topic :: View next topic |
| Author |
Message |
Phoenix
Joined: 23 Sep 2005 Posts: 39
|
Posted: Fri Feb 08, 2008 5:06 pm Post subject: Unicode2Ansi |
|
|
Hi!
Sorry for this newbie question but I have searched for the answer and not found it I am using the function Unicode2Ansi(ByRef wString, ByRef sString, nSize = "") in cohelper.ahk Why are there to invariables to the function and what do they represent? |
|
| Back to top |
|
 |
wOxxOm
Joined: 09 Feb 2006 Posts: 319
|
Posted: Sun Feb 10, 2008 3:52 pm Post subject: |
|
|
the default byval passing would cut out the source unicode string at the first null byte so only one character would be seen by the function that's why wString (wide string = unicode string) is also byref |
|
| Back to top |
|
 |
|