Quantcast
Viewing all articles
Browse latest Browse all 4

Re: Designing a simple game in Pascal, would like some advice

: Whenever you need to store a lot of data use either arrays or linked
: lists. In this case a 2D-array will be best.

All right, thanks. It took awhile, but I figured out how to create, edit, and properly display arrays.

However, there's one thing I still need to know. Is it possible to use a single command to edit several (or all) variables in an array? If so, please tell me what it is, because I've been unable to find such a command in the tutorial I'm using.

Viewing all articles
Browse latest Browse all 4

Trending Articles