| View previous topic :: View next topic |
| Author |
Message |
Marcel Guest
|
Posted: Fri Sep 24, 2004 9:21 am Post subject: Table -> rows -> cells |
|
|
How can i rewrite this using an iterator?
for(int i = 0; i < theTable.rows.size(); i++)
{
theTable.rows[i].cells.clear();
}
Marcel
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Sep 24, 2004 4:34 pm Post subject: Re: Table -> rows -> cells |
|
|
"Marcel" <info (AT) xxxremovethisxxxmediaquest (DOT) nl> wrote
| Quote: | How can i rewrite this using an iterator?
|
This is not an ActiveX issue. You question should be directed to the
"borland.public.cppbuilder.language.cpp" group instead.
Gambit
|
|
| Back to top |
|
 |
|