blob to data table
I have a blob, output from runprogram. The blob looks like thisblb = 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, butOpen(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 ...