Skip to main content
Version: Streamsheets 2.4

QRCODE

Create a QRCode key, that can be used for a FILLPATTERN, which uses the returned identifier to create a QRCode image as the fill.

Syntax

QRCODE(Text)

Arguments

NameDescription
TextText to encode in QRCode image

Return Value

QRCode identifier

Example

FunctionResultComment
QRCODE("Text)"qrcode:Test"The return is a hint for the FILLPATTERN to indicate the desired image.
FILLPATTERN(QRCODE("Text))JSON encoded fill pattern.The fill pattern can be used to fill a drawing object.