Python has a useful module called struct https://docs.python.org/2/library/struct.html which is useful for converting strings to packed binary data. e.g. data = struct.pack('B', someHexString)
Does J have an equivalent or similar function / verb?
I spent a bit of time looking, but couldn't find anything.
Example usage would be sending data over a network.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
