I have a blob, output from runprogram. The blob looks like this
blb = Char To Blob ("col1,col2~0D~0D~0AA,C~0D~0D~0AB,D~0D~0D~0A", "ascii~hex")
I'd like to convert it to a data table.
This post indicates that Open() can open a blob, but
Open(blb)
does not work.
"Cannot open tale in access or evaluation of 'Open', Open/*###*/(blb)".
RunProgram can also return text, but then I need to convert a string to a data table, which seems fussy.
I'd like a scripting solution please, JMP v 15