From 9e73ad678e54411b888c2f0113875a2d3fee9649 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Mon, 21 Aug 2023 10:48:09 -0300 Subject: [PATCH] Update chapter-05-gbdialog-reference.md --- book/chapter-05-gbdialog-reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/chapter-05-gbdialog-reference.md b/book/chapter-05-gbdialog-reference.md index 55560625..d91a0dc9 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -55,6 +55,7 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b |NEW OBJECT| Creates a new object to be used with REST calls for example.
```data = NEW OBJECT```
```data.color = "blue"``` | |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" | ### Options