Data entry has stopped working

Discussions about CSEntry
Post Reply
Tsheringcee
Posts: 12
Joined: July 4th, 2017, 4:21 am

Data entry has stopped working

Post by Tsheringcee »

For some operators it works..for some there is an error message that says data entry stopped working.why do we get this error
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Data entry has stopped working

Post by josh »

For the data entry has stopped working problem we will need enough information to reproduce this on our end in order to fix the problem. This means will we need your application and detailed steps to produce the problem. You can post the application here or send it to cspro@lists.census.gov as an attachment. Please use the pack application tool (from tools menu) to create a zip file to send.

To extract digits from a number you can use the modulo remainder operator (%). If you do "1152 % 100" you will get the remainder of dividing 1152 by 100 which will be 52. For example:
if MYVARIABLE % 100 = 2 then

endif
Post Reply