01-10-2006 08:01 AM
01-10-2006 08:14 AM
01-10-2006 08:33 AM
Maximus00 wrote:... Is it possible to have different colors for different characters in the 2-D array ?
No, elements in an array cannot be different colors.
Another option is to use a Table which is a 2D array of strings and have different background colours for different cells. It's been discussed in lots of threads in this forum (e.g. here).