E
Eric van Dijken
How do I exchange the following Pascal code (record) to the new VB2010
(or 2008):
Array (0..6) of record
pieceLetter : char
pieceWorth : Integer
pieceStart : Integer
pieceEnd : Integer
pieceVector : Boolean
End
I tryed this text into 2010 but there it is fault. What I'm doing wrong?
Thank you,
Eric
(or 2008):
Array (0..6) of record
pieceLetter : char
pieceWorth : Integer
pieceStart : Integer
pieceEnd : Integer
pieceVector : Boolean
End
I tryed this text into 2010 but there it is fault. What I'm doing wrong?
Thank you,
Eric