Re: how to convert string into bytes?

X-Mailer: Apple Mail (2.926)q)“x”$16 sv"I"$'"26"0x26I would be curious why you need BCD (http://en.wikipedia.org/wiki/Binary-coded\_decimal )…Regards, AttilaOn 13 Aug 2008, at 01:58, Davies wrote:>> Hi,>> q) string 0x26> “26”>> q) “x”$string 0x26> 0x3236>> how can i got the 0x26 from “26” ?>> Thank you.>> Davies> >