0
votes
Part 1: Why use Delphi over C#?
Chee Wee Chua
– I was chatting with Tim,and he's trying to append an ArrayList to another ArrayList. One would assume you can do something like, B.CopyTo(A) unfortunately, it doesn't work because CopyTo expects a parameter of Array. So if you try B.CopyTo(A.ToArray), it doesn't really work either. ...
Statistics
|
Visits by Source |
User Actions |




