G
Guest
Hi,
I want to declare array of System:
ata:
ataRow but how?
With single variable I write
System:
ata:
ataRow^ aRow but statement
System:
ata:
ataRow^[] - not works.
System:
ata:
ataRow* - not works.
System:
ata:
ataRow^^ - not works.
I need this array for store result of DataTable->Rows->Select(...)
Thanks,
Peter
I want to declare array of System:
ata:
ataRow but how?With single variable I write
System:
ata:
ataRow^ aRow but statementSystem:
ata:
ataRow^[] - not works.System:
ata:
ataRow* - not works.System:
ata:
ataRow^^ - not works.I need this array for store result of DataTable->Rows->Select(...)
Thanks,
Peter