From 1421bd8ba5ebc5e52228d94a25b7da5f7506d64b Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Wed, 23 Aug 2023 11:26:39 -0300 Subject: [PATCH] Update chapter-05-gbdialog-reference.md --- book/chapter-05-gbdialog-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/chapter-05-gbdialog-reference.md b/book/chapter-05-gbdialog-reference.md index d91a0dc9..2efe5fc7 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -56,7 +56,7 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b |NEW ARRAY| Creates a new array.
```data = NEW ARRAY```
```data[0] = "blue"``` | | QRCODE | Creates a QRCode from specified text, eg.: file = QRCODE "data" | | ADD NOTE | Adds a note to a file named Notes.xls of .gbdata. eg.: ADD NOTE "text" | - +| ALLOW ROLE | Check if role specified in People sheet (.gbdata) will have access. eg.: ALLOW ROLE "DevOps" | ### Options