Update chapter-05-gbdialog-reference.md

This commit is contained in:
Rodrigo Rodriguez 2024-01-11 14:31:44 -03:00 committed by GitHub
parent 0fde83e08d
commit 0fd3b7cf2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,7 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
| 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 |
| INCLUDE file | Includes a file into .gbdialog |
| FORMAT value, format | Formats a value according to format specified. Eg. d = FORMAT today, "YYYY-MM-dd" |
### Internal Variables and Functions.