diff --git a/book/chapter-05-gbdialog-reference.md b/book/chapter-05-gbdialog-reference.md index c17f4cac..55560625 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -55,7 +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" | -* = Work in progress. + ### Options @@ -74,7 +74,7 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b | SET WHOLE WORD [TRUE or FALSE] | | | SET THEME "dark" or "white" or "blue" | Defines the theme to the next content generation (PDF, images, vĂ­deos, etc.) | | SET OPERATOR [OR] | Defines OR operations on multiple FIND filters separated by comma, eg.: FIND "A1=2", "A3=4" | -| SET FILTER TYPE date, string | Uses the specified type in next FIND calls, disabling auto detection of filter type. | +| SET FILTER TYPE | Uses the specified type in next FIND calls, disabling auto detection of filter type, eg.: SET FILTER TYPE date, string | * = Work in progress.