Example lrc_RecordsetAddColumn

In the following example, the lrc_RecordsetAddColumn adds a new column to a recordset.

int at = lrc_int("-1"); /* default */
lrc_RecordsetAddColumn((Recordset15*)Recordset20_0, "ID", "char", 12, at);