/UiPath_RPA

file operations - copy, delete, rename, merge all csv, get all files etc

Primary LanguagePython

UiPath

RPA tips & tricks - exercise tutorials

Uipath convert string to Integer

Convert.ToInt16("12") + Convert.ToInt16("13") = 25 cint("12") + cint("13") = 25
Integer.Parse("13") + Integer.Parse("12") = 25

UiPath concatenate 2 or more strings

"A"&"B" = AB "A"+"B" = AB
string.Concat("A","B") = AB

Uipath Logged user name & computer name

Environ("computername") Environ("username")

Date format

now.ToString("dd-MMM-yyyy")

Learn Excel/VBA

http://learn-excelaccessvba.blogspot.com/