Branching - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Branching allows you to apply logic to forms processing activities in terms of If, Then, Else, ElseIf, and Select Case statements. See Microsoft's VBScript Help for additional information.

In the following code sample, if the current zone's output is "RENEWAL," flag the last name for Verification. Otherwise, hide the last name zone and delete its data.

'Branching Code Sample. If the current zone's output is "RENEWAL,"