Harry Jackson wrote:

The following shows roughly what I had to do to display it. I am using a global HASH called MetaData that stores various bits about the current statement being executed.

Sorry: missed a bit


The MetData is where I get the TupleData Array and the associated FieldData Array from.


141 nextfieldhash: 142 143 FieldData = TupleData[onfield] 144 field_name = FieldData[0] 145 146 value = record_hash[field_name] 147 .PRINT("", value, "#") 148 if onfield == fnum goto nextrowhash 149 inc onfield 150 branch nextfieldhash 151 nextrowhash: 152 print "\n" 153 ne 0, answer, getnext



Reply via email to