Update chapter-05-gbdialog-reference.md

This commit is contained in:
Rodrigo Rodriguez 2023-10-04 17:30:59 -03:00 committed by GitHub
parent bf0b6c6865
commit f3e5e7b3ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.