Matheus Hernandes / Profile
Dev
at
HokoCloud.com
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
Matheus Hernandes
Added topic Converting a string to char array gets me ascii numbers
I'm trying to convert a string into a char[], in order to write a file using WriteFile from kernel32 .dll. string writethis = "abc" ; int lineSize = StringLen (writethis); uchar line[];
: