Dear all,
Trying to write some items to external dictionary using writecase it display errors/warning: DEPRECATION: The writecase variable list is no longer supported and will be ignored. Cases will be written using the values stored in OTHERS_DICT's ID items.
The example WriteExt (Cspro installation example folder) display the same error/warning...
It seems that CSPro 6.3 and earlier was not correctly using the id items passed as parameters. Instead it uses the current values of the id variables for the dictionary being written. So you can simplify your code as khurshid.arshad says.