VBScript in a Nutshell by Paul Lomax, Matt Childs, & Ron Petrusha This page lists the changes made in the 8/00 printing. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification (16) The first sentence of the third full paragraph did read: "This assigns the value returned by the CubeIt function to the variable x" Now reads: "...to the variable y". (18) The second sentence in the next to last paragraph did read: "Therefore VBScript,automatically cast intData1 as a string" Now reads: "...casts intDataIn1...". (19) The second sentence in the next to last paragraph did read: "Since this is the default method of passing parameters, however, the keyword could be been omitted" Now reads: "...could have been omitted" (20) The third sentence in the third paragraph did read "parentheses do not cause an argument to be passed to reference to a routine" Now reads: "passed by reference" (25) The last sentence in the fourth paragraph did read: "The executing the statement:" Now reads: "Executing the statement:" (50) The second sentence in the third paragraph did read: "... as well as to dimension two other variables." Now reads: "... as well as to dimension three other variables." (61) The last line on the page did read: "...onluin..." Now reads: "...only in..." (72) The last line of code on the page did read: Checking your addition... Now reads: Checking your division... (253) Under the "Programming Notes" section, the third bullet item did read: "...displays the HTML source arther than..." Now reads: "...displays the HTML source rather than..." {460} In the first section on the page, the UCase Function was defined as "...converted to lowercase" Now reads "...converted to uppercase".