Takes one parameter, bNoHeader
Description:
Given the current WorkQuery, the entire query is captured into a TopQuery Field. The ASCII 0 for Records and ASCII 1 for Fields data is maintained.
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