dorich 0 Posted April 29, 2011 Report Share Posted April 29, 2011 My beginners mind is just puzzled by the building of the variable 'birthdate' in the examples on page 126. "birthdate" is created from the concatenation of three pieces of data. However, there appears to be no explicit statement doing the concatenation. Instead "birthdate" is equated to a different variable in each of the three conditional statements. Given that a variable can be changed on the fly I expected that the value of "birthdate" would change each time it was restated. Obviously I'm missing something or there is something implicit in the conditionals that does the concatenation. Why does the concatenation take place? Any pointers to references or online explanations would be appreciated. Quote Link to post Share on other sites
dorich 0 Posted April 29, 2011 Author Report Share Posted April 29, 2011 Never mind, I found the answer on page 91. Thanks Quote Link to post Share on other sites
Larry 429 Posted May 2, 2011 Report Share Posted May 2, 2011 Sorry I didn't get to your question before, but I'm glad you figured it out. Let us know if you have any more questions. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.