Page 1 of 1

Bath File in Android

Posted: October 18th, 2017, 1:26 am
by hannesrr
Hello!
Can I use batch app in Android?

Regards,
Hannes :geek:

Re: Bath File in Android

Posted: October 18th, 2017, 7:51 am
by josh
No, batch is not supported on Android. However, you can do the same sort of operation in a data entry application that you would normally do in batch. The trick is to create a data entry application with a dummy main dictionary and add the actual data file as an external data file. Then you can use forcase (http://www.csprousers.org/help/CSPro/fo ... ement.html) to loop through all the cases in the data file as if it was a batch application.