Links
Comment on page

barcodeScan

To open the barcode scanner and return the scanned value as a string
With this function, you can scan a barcode or QR code via the camera on your mobile device.
To be used only on mobile devices.
Use this function in a button and save the returned value in a text field.

Syntax

barcodeScan()

Return

string

Examples

Add this script in a button.
1
'Item number' := barcodeScan()
Result: The camera scans a barcode and adds the value to the text field Item number.
Last modified 1yr ago