On 12/05/2011 09:31 PM, Greg Nielsen wrote:
The following gets returned from a function that I am calling.
(120, 400)
While I can use the Tuple as is in my program, I would like the ability to
change one or even both of the numbers depending on other events that
happen. So here is my question,
The following gets returned from a function that I am calling.
(120, 400)
While I can use the Tuple as is in my program, I would like the ability to
change one or even both of the numbers depending on other events that
happen. So here is my question, is there a way to either 1) save each part
of