From 0fbe91b8ded10a324a880588985d88944b74ff95 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 29 Dec 2023 22:16:06 -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 b9cfde6b..2c0687df 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -61,6 +61,8 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b | UPLOAD file | Uploads a file to a storage blob, like Azure Storage. | | DIR path | Returns a list of files to be used with FOR EACH and performs actions. | | TABLE name ON connection | Defines a TABLE on specified storage (database) connection. | +| field AS dataType| Defines a field in TABLE. Eg.: name string(50). | +| FILL| Fills a data into a Word document to be exported as images | ### Internal Variables and Functions.