Working with hexadecimals
hi,
i want send hexadecimals thru udp.
so how send forexample: 0x40 0x50 0x60?
can this?
public var value:string;
value = "0x40 0x50 0x60";
if mean want send 3 characters hex codes know, need use escape sequence "\x40\x50\x60". string "\x40" 1 character hex code 40. string "0x40" 4 characters, "0", "x", "4", , "0".
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment