Update chapter-05-gbdialog-reference.md

This commit is contained in:
Rodrigo Rodriguez 2021-08-30 16:02:12 -03:00 committed by GitHub
parent 292c908720
commit 853e524f33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,7 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
| HEAR _variable_ AS ZIPCODE | | | 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 "Abacate", "Maçã", "Morango" | Displays the specified menu and waits for this input until user select one of them. |
| HEAR _variable_ AS LANGUAGE | | | HEAR _variable_ AS LANGUAGE | |
| HEAR _variable_ AS LOGIN (internal) | Waits for Active Directoy login integration before proceeding with the dialog .|
## How To ## How To