Hi, I have a piece of code that calls code_native with an IOBuffer object instead of outputting to STDOUT. I am now trying to figure out how to read the output string from the buffer so it can be used in a comparisin. How would I go about doing this ?
Que