Hi All,
Can't see a any info how to declare parameters on a class propery.
clsPiece Test = new clsPiece("AA,BB ,CC,",',');
MessageBox.Show (Test.Piece(2)) ;
Thanx,
Rob
Can't see a any info how to declare parameters on a class propery.
clsPiece Test = new clsPiece("AA,BB ,CC,",',');
MessageBox.Show (Test.Piece(2)) ;
Thanx,
Rob
Comment