Delphi Strings in Memo

Posted by Tsongkie on November 07, 2005:

hey, this is in my Delphi memo1:

Poke 10abf 90 90 90
Poke 10001 c2 b4 18

how do i list it to my memo2 like this:

bytes1 db 090h,090h,090h
bytes2 db 0c2h,0b4h,018h
Invoke PokeProc, offset WindCap, 10abfh, offset bytes1, 3 , NULL, NULL
Invoke PokeProc, offset WindCap, 10001h, offset bytes2, 3 , NULL, NULL

thanks a lot!

Related Articles and Replies


DelphiLand FAQ