writecase in new version

Discussions about CSEntry
Post Reply
pelin
Posts: 15
Joined: January 6th, 2016, 5:30 am

writecase in new version

Post by pelin »

Hi,

In the older versions the writecase function can be written like this as you already know:

writecase(OTHERS,OTHID,OTHQUES,OTHOCC);

In the newest version that gives error: The writecase variable list is no longer supported and will be ignored. Cases will be written using the values stored in OTHERS's ID items.

Does this mean that if I write it like this
writecase(OTHERS),
will it work?
justinlakier
Posts: 152
Joined: November 21st, 2022, 4:41 pm

Re: writecase in new version

Post by justinlakier »

Yes. You can refer to this similar case (viewtopic.php?t=1932) and to the help documentation (https://www.csprousers.org/help/cspro/w ... ction.html). Writecase should take only the dictionary OTHERS.

Hope that helps,
Justin
pelin
Posts: 15
Joined: January 6th, 2016, 5:30 am

Re: writecase in new version

Post by pelin »

Thank you very much, Justin. I appreciate it. It helped and worked now.
Post Reply