M
Ming Chen
Hi,
Most likely, you missed the ';' in the previous line of the source code.

Ming Chen
Most likely, you missed the ';' in the previous line of the source code.

Ming Chen
Scott Allen said:Perhaps you have some invalid syntax on a line in close proximity.
--
Scott
http://www.OdeToCode.com
I want to build Guid Array so doing:
Guid[,] data = new Guid[x,y];
... and recieve an error "; expected" - What's the hell?
TNX
Tamir Khason said:I want to build Guid Array so doing:
Guid[,] data = new Guid[x,y];
... and recieve an error "; expected" - What's the hell?