Update chapter-05-gbdialog-reference.md
This commit is contained in:
parent
a6fcb35e29
commit
9812259c3d
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
|
||||||
| HEAR _variable_ AS HOUR | |
|
| HEAR _variable_ AS HOUR | |
|
||||||
| HEAR _variable_ AS MONEY | |
|
| HEAR _variable_ AS MONEY | |
|
||||||
| HEAR _variable_ AS MOBILE | |
|
| HEAR _variable_ AS MOBILE | |
|
||||||
| HEAR _variable_ AS FILE | Returns a file uploaded by user to be save with SAVE. |
|
| HEAR _variable_ AS FILE | Returns a file uploaded by user to be saved with SAVE. |
|
||||||
| HEAR _variable_ AS AUDIO | Returns a audio uploaded by user to be save with SAVE. |
|
| HEAR _variable_ AS AUDIO | Returns a audio uploaded by user to be saved with SAVE. |
|
||||||
| 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 | |
|
||||||
|
|
Loading…
Add table
Reference in a new issue