From a6fcb35e2932193685b3d84734abd417e22f1c1b Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 4 Feb 2022 13:35:34 -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 c07f9596..7f94d064 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -35,6 +35,8 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b | HEAR _variable_ AS HOUR | | | HEAR _variable_ AS MONEY | | | HEAR _variable_ AS MOBILE | | +| HEAR _variable_ AS FILE | Returns a file uploaded by user to be save with SAVE. | +| HEAR _variable_ AS AUDIO | Returns a audio uploaded by user to be save with SAVE. | | HEAR _variable_ AS ZIPCODE | | | HEAR _variable_ AS "Abacate", "Maçã", "Morango" | Displays the specified menu and waits for this input until user select one of them. | | HEAR _variable_ AS LANGUAGE | |