Re: STORING CO-ORDINATES


[Prev][Next][Index][Thread]

Re: STORING CO-ORDINATES



Have you concidered using lists or matricies to store your coordinates?
Then you just refer to the proper element by row and column, and you need
keep only one variable name.

>    I'm writing a program with lots of the same co-ordinate, but the x
>values and the y values are sometimes mixed up.. Can I store a
>co-ordinate value as a single variable to be called up later in the
>program?
>
>Sue