Russian | |||
---|---|---|---|
Типы переменных
Проблематика. Бывали у вас ситуации, когда вы передаёте роботу на озвучку номер телефона, например 89133912047, а он его озвучивает как восемьдесят девять миллиардов, сто тридцать три миллиона...? Это происходит потому, что робот ничего не знает о информации, которую вы ему даёте. Он не знает, что набор цифр - это номер телефона или дата., а не длинное число. Какие типы данных знает робот.Робот умеет работать с следующими типами получаемой информации:
Где настроить тип переменной.Все глобальные настройки для скрипта, производятся в круглом блоке настроек. Вам нужен пункт "Переменные".
Не забудьте сохранить скрипт, чтобы настройки применились! |
English | ||
---|---|---|
Variable typesIssue. What types of data does the robot know. Where to set the variable type. Issue.Have you ever had situations when you give a phone number to the robot for voiceover, for example 89133912047, and it voices it as eighty-nine billion, one hundred thirty-three million ...? Or you decide to voice the date, and the robot voices it like twenty, twenty-one, one, one? This is because the robot does not know anything about the information you give it. It doesn't know that the set of numbers is a phone number or a date, not a long number. To have it understand what kind of information it is, it needs to be told about it. What types of data does the robot know.The robot can work with the following types of received information:
Where to set the variable type.All global settings for the script are made in a round block of settings. You need the item "Variables".
2. Click on ‘Add variable’; 3. Specify the variable name and its type; 4. If you need to set the type for several variables, click on "Add variable" and repeat step 3.
Remember to save the script for the settings to apply! |
...