Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
992Proxy

Locked mWriteFileFromStr [By Metal]


Expermicid

Recommended Posts

[lenguaje=delphi]Procedure mWriteFileFromStr(Cadena, Ruta: string);

var

sFile: HFile;

uBytes: Cardinal;

begin

sFile:= _lcreat(PChar(Ruta), 0);

uBytes:= Length(Cadena);

_lwrite(sFile, @Cadena[1], uBytes);

_lclose(sFile);

end;[/lenguaje]

 

Autor: Metal_Kingdom

Edited by Expermicid
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.