DumpEx procedure
procedure DumpEx(Const Buffer, DumpFile: string);
Unit
SynaUtil
Description
Dump binary buffer stored in a string to a file with DumpFile filename. All bytes with code of character is written as character, not as hexadecimal value.
See also:
Dump