From the course: Robotic Process Automation: Tech Primer
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Variables demo: Visual Studio - UiPath Tutorial
From the course: Robotic Process Automation: Tech Primer
Variables demo: Visual Studio
- [Bryan] Let's first have a look at the basics of variables using Visual Studio, and then we'll go look at UiPath. I'm here in Visual Studio. I'm going to go to File, Recent Projects, and I'm going to grab this simple-app that we created in the previous lectures. We've got some Console.WriteLines in here. And what these are doing is outputting what I call a literal string. These are some characters that I've typed in that it's outputting to the console. To create a variable, I can simply click before any one of these lines, hit Return a couple of times, and click back up here at the top. And I can use the word Dim. It's a verb that says, create a space in the local computer's memory of a certain dimension for this variable. So similar to what I described in the previous video, I'll say Dim CustomerFirstName, so that's the name of my bucket. And with VB.Net, I have to use the word As. So you can see when I hit the Space, it's actually prompting me for this and showing me how to do it.…
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Overview4m 6s
-
(Locked)
Create a console app2m 20s
-
(Locked)
Programming basics: Visual Studio8m 16s
-
(Locked)
Programming basics: UiPath Studio5m 21s
-
(Locked)
Intro to functions4m 2s
-
(Locked)
Functions demo: Visual Studio9m 37s
-
(Locked)
Functions demo: UiPath Studio8m 52s
-
(Locked)
Intro to variables3m 11s
-
(Locked)
Variables demo: Visual Studio6m 51s
-
(Locked)
Variables demo: UiPath Studio10m 19s
-
(Locked)
Intro to object-oriented programming9m 51s
-
(Locked)
Object-oriented programming demo14m 57s
-
(Locked)
The .NET framework12m 49s
-
(Locked)
-
-
-