SCANCODE

Scans a QR or bar code and returns its content as a text.

Syntax

SCANCODE()

Remarks

  • When the function is called, a popup window is opened in the app. In the popup, the QR or bar code can either be uploaded, added as an image by drag&drop, or scanned by using the device camera.

  • After a successful scan, the function returns the content of the code as a text.

  • For a list of all supported codes, please open this link.

Example

After a click on the SCANCODE button:

This popup window is opened:

After a successful scan, the Result widget above is filled with the scanned code.