Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2006 Aug : IntToByteCode
| Subject: | IntToByteCode |
| Posted by: | "Steve" (no.spam@onbox.com) |
| Date: | Sat, 26 Aug 2006 14:02:13 |
Hi,
this won't be the right newsgroup but I don't know
where to ask else :/
I'm looking for a function that gives me a "ByteCode" (?)
for a given Integer or Word value as String.
Example:
255 becomes #255#0
256 becomes #1#1
260 becomes #5#1
etc.
Is this possible?
Thanks for any hint