On 5 June 2012 19:22, Anthony <[email protected]> wrote:
> I think you can do:
>
> myrows.records.append(myrow)
>
>
Thanks for this.
How can I create a row object with data?
Say I have something like
mydata[{'a': 15, 'c': 17}, {'a': 18, 'c': 7}]
and I want to make a row of it, how would I do that?
Creating an empty rows and doing
myrow.records.append(mydata) does not produce a normal Row{):
e.g. myrow[0] in such a case shows
{'a':15, 'c', 17}
in stead of
<Row {'a':15, 'c', 17} >
Regards
Johann
--
Because experiencing your loyal love is better than life itself,
my lips will praise you. (Psalm 63:3)