View Review Details
| Book: |
|
ActionScript: The Definitive Guide |
| Subject: |
|
ActionScript: The Definitive Guide Review |
| Date: |
|
2001-12-14 11:03:52 |
| From: |
|
Jesse Seaver
|
|
|
Wow, I have been looking for an actionscript book like this. Figured I would have to write one myself before it even came out. Thanks Colin and Oreilly!
One thing though, that I found so far:
Page 85, regarding the charAt() function, a line of code says:
country.charAT(2) ; // returns "n", the third charachter,
when in fact u would fall at the index of (2)...
The author, Colin Moock, replies: The reader's report is incorrect. country is the name of the variable, not the string that we're performing charAt() on. The string is "Canada", and its third letter (at an index of 2) is indeed "n".
|
|
| |