posted 14 years ago
when you make these calls:
you are not saving what comes back. Therefore, the values are lost. As Jesper says, you need to save these values, and then print the variable where you saved them.
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors