Update chapter-05-gbdialog-reference.md
This commit is contained in:
parent
fe1d3f80d1
commit
f9b606f7b2
1 changed files with 0 additions and 18 deletions
|
@ -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
|
### Using complete General Bots Conversational Data Analytics
|
||||||
|
|
||||||
```BASIC
|
```BASIC
|
||||||
|
|
Loading…
Add table
Reference in a new issue