Printing elements in a table downwards, not left to right
I was making a dynamic phone list to be printed around the office, and came across the small problem that I wanted it to print the names in 3 columns with the names listing downwards alphabetically, or as such: NAME NAME NAME Andrew Ben James Anthony Chris Kevin So I had extrapolated the data from our database into an array. So to print it, I’m printing [...]



Thursday, August 25, 2011
0 Comments