NulStream

Takes two parameters, Data, bHasHeader

Description:

Given Data from a TopQuery Field, it is parsed into the WorkQuery using ASCII 0 for Records and ASCII 1 for Fields.

See NulStream$ for this commands compliment.

[New] Data Header Body
Data | NulStream$
Header = Extract$ Data, ($Null)
Body = Remain$ Data, ($Null)
' Perform some hard to do operations then reconstitute the query
Data = Header & ($Null) & Body
NulStream Data