%u:

> how can I use the return values individual?

One of the simpler ways is to think of a tuple as an array, and use 
sometuple[0] to take its first item, etc. But your tuple indexes need to be 
compile-time constants.

Bye,
bearophile

Reply via email to