From f3e5e7b3ee21d6d7438deb61668174bc26ff8a15 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Wed, 4 Oct 2023 17:30:59 -0300 Subject: [PATCH] Update chapter-05-gbdialog-reference.md --- book/chapter-05-gbdialog-reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/chapter-05-gbdialog-reference.md b/book/chapter-05-gbdialog-reference.md index 7dff7f31..e93e1672 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -57,6 +57,8 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b | 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" | +| CONTINUATION TOKEN| Retuns the value of the continuation token associated with the current dialog. | + ### Internal Variables and Functions.