如题,
var
m:tmemorystream;
begin
....
m.write(inttohex(255,2),1); //inttohex返回的是string,无法进入,请问怎么写入任意数字的十六进制?
....