On Jun 4, 2009, at 3:06 PM, Borut Bolčina wrote:
Map row = it.nextDataRow();
...
is it safe to replace the
assignement to:
Map row = (Map) it.nextRow();
which compiles under M6?
Yes.
On Jun 4, 2009, at 3:06 PM, Borut Bolčina wrote:
Map row = it.nextDataRow();
...
is it safe to replace the
assignement to:
Map row = (Map) it.nextRow();
which compiles under M6?
Yes.