MatchBarcode (deprecated)

Searches all the barcodes on the current page and checks if one matches the value you enter as a parameter.

Important: This action is deprecated and scheduled to be removed in a future release. Use the MatchBarcodeBP action in the Barcode_P library. For more information, see MatchBarcodeBP.

Member of namespace

Barcode_X

Syntax

MatchBarcode (StrParam)

Parameters

The String value of the barcode.

Returns

True if the action is called at the page level and one of the barcode values on the page matches the parameter value. Otherwise, False.

Level

Page level.

Details

Searches all the barcodes on the current page and checks if one of the barcodes matches the parameter value. If a match occurs, the barcode's value is placed into a page level variable called GetBarCode. Refer to action GetBarCode for information regarding barcode configuration in Datacap Studio.
Example
MatchBarCode("2008")