@Command([AddBookmark]) doesn't work in R6

Can anyone else reproduce this problem?The following Formula works perfectly in R5x but when I try to run it in R6/R6.01, it doesn’t create the bookmark.

Any suggestions?

-Mark

password := @Prompt([Password]; “Password”; “Please enter your Notes Internet password”;“”);

user:=@Name([CN];@UserName);

@Command( [AddBookmark] ; “http://“+user+”:“+password+”@dominoserver/database.nsf” ; “database Name” ; “Favorite Bookmarks” );

@Prompt([Ok];“Successful”;“Database added to Favorite Bookmarks”)