Possible error

Section 19.1.3, page 220:
In VBScript, the problem may be avoided with the Chr() function:
    
    "<EM>This will work<\" & Chr(47) + "EM>"
                        ^
                        |
I don't believe that backslash should be there in this example.

-MZ

Received on Monday, 22 September 1997 06:49:45 UTC