From 8832656c6359bc4504e87cc2fee2507c965985ea Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 17 Sep 2021 15:54:04 -0300 Subject: [PATCH] Update chapter-05-gbdialog-reference.md --- book/chapter-05-gbdialog-reference.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/chapter-05-gbdialog-reference.md b/book/chapter-05-gbdialog-reference.md index a7deded0..b1f04c44 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -38,7 +38,8 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b | 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 | | -| HEAR _variable_ AS LOGIN (internal) | Waits for Active Directoy login integration before proceeding with the dialog .| +| HEAR _variable_ AS LOGIN (internal) | Waits for Active Directoy login integration before proceeding with the dialog . | +| GO TO [number,] dialogName | Transfers the conversation to a next dialog for the specificed number. | ## How To