Update chapter-05-gbdialog-reference.md

This commit is contained in:
Rodrigo Rodriguez 2022-11-11 10:43:42 -03:00 committed by GitHub
parent fe1d3f80d1
commit f9b606f7b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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