From f9b606f7b2efdcd25831e5e521e1007f743cf2d0 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 11 Nov 2022 10:43:42 -0300 Subject: [PATCH] Update chapter-05-gbdialog-reference.md --- book/chapter-05-gbdialog-reference.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/book/chapter-05-gbdialog-reference.md b/book/chapter-05-gbdialog-reference.md index 03fa5e9a..68b2d24e 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -159,24 +159,6 @@ LOOP ``` -list = FIND "People.xlsx", "Calendar=Y" - -index = 1 - -DO WHILE index < ubound(list) - -row = list[index] - -TALK TO row.Mobile, "Hello " + row.Name + ", here is your calendar:" - -SEND FILE TO row.Mobile, file, "Calendar" - -index = index + 1 - -LOOP - - - ### Using complete General Bots Conversational Data Analytics ```BASIC