Thanks, I had no idea! Is there a way to have both single and multiple characters in the same array? I’m trying to make the time display and I thought an array like above would solve the problem of having a leading zero on the hours, as well as starting the series with a “12” instead of “0”. I dislike having to make “if” statements for everything, I avoid them when possible. I’m using characters because when I use numbers I get a leading space so the time displays like 3: 24: 15 (which looks even more awkward with a monospaced font).