[Implemented] Rename structure ".character" to ".char"
Posted: Mon Feb 20, 2006 9:48 am
To be consistent, please rename structure ".character" to ".char" like
test_b.Byte (ReadByte(), WriteByte()....)
test_l.Long (ReadLong(), WriteLong()...)
test_c.Char (ReadChar(), WriteChar()...)
and not test_c.Character (ReadChar(), WriteChar()...)
test_b.Byte (ReadByte(), WriteByte()....)
test_l.Long (ReadLong(), WriteLong()...)
test_c.Char (ReadChar(), WriteChar()...)
and not test_c.Character (ReadChar(), WriteChar()...)