DictionaryValueExists statement doesn't compile

When I use the code in the Help file to set up a dictionary:

fileglobal mailto,exists
mailto=initializedictionary("Address","3987 Olive","City","Tustin","State","CA","Zip","92841")

and test it with:

dictionaryvalueexists mailto,"Address",exists

I get a compile error - "Too many parameters for the dictionaryvalueexists statement (should be 2, not 3)"
If I remove the second parameter, it compiles and runs but mailto is no longer a valid dictionary.

Can someone verify this?

michael

Yep, thanks. And fixed.