I'm trying to display a matrix (which is stored as an array) in a label on a visual basic form and I don't know if there is a simple command to do this. I can output all of the numbers in a line on the label, but I want it to be formatted. I could insert and line return (but I don't know the code), but what I would really like to do is display the whole array with one command if that command exisits. Help!