filmov
tv
How to Use Variables in UiPath (The Basics for Beginners)
Показать описание
This video tutorial shows how to use variables in UiPath. You'll learn the basics about Strings, Integers, Doubles, Booleans, and DataTables. How to use variables and how to convert them (integer to string, string to integer, etc.).
🎥 You could also watch:
📚 Best UiPath books
Connect with me:
0:00 Intro
1:19 Strings
WIn UiPath, we can either hardcode a string (use quotation marks) or create a variable in the Variables Manager. We use camelCase notation, where the prefix is 'str' (strYourStringName). It's also shown how to combine hardcoded strings and String variables.
6:37 Integers
Integers are whole numbers (meaning numbers with no decimals), e.g., -222, -5, 0, 2, 100, and so forth. We use the .ToString to convert an integer to a string. We can do calculations with integers.
8:51 Doubles
A variable of the type Double can hold any decimal value. Again we can convert it to a string with .ToString. As with integers, we can do calculations with doubles.
11:19 Booleans
A very simply variable type that can only hold two values: True or False. The default is False. We can change the value of our Boolean with an Assign activity.
13:12 DataTables
#uipath #rpa #automation
🎥 You could also watch:
📚 Best UiPath books
Connect with me:
0:00 Intro
1:19 Strings
WIn UiPath, we can either hardcode a string (use quotation marks) or create a variable in the Variables Manager. We use camelCase notation, where the prefix is 'str' (strYourStringName). It's also shown how to combine hardcoded strings and String variables.
6:37 Integers
Integers are whole numbers (meaning numbers with no decimals), e.g., -222, -5, 0, 2, 100, and so forth. We use the .ToString to convert an integer to a string. We can do calculations with integers.
8:51 Doubles
A variable of the type Double can hold any decimal value. Again we can convert it to a string with .ToString. As with integers, we can do calculations with doubles.
11:19 Booleans
A very simply variable type that can only hold two values: True or False. The default is False. We can change the value of our Boolean with an Assign activity.
13:12 DataTables
#uipath #rpa #automation
Комментарии