Info code language

andreus91

New Member
Hi all,
i'm a newbie of blue prism, i need some info.

Which language use BP? Is VB 6? Have you some advice to some courses to study it?

Second question is: i've programmed always with uipath, and the code is vb.net as the same, but why for example in uipath i must concat two strings with '+' and in BP with '&' command? Which are the differences?

Thanks in advance
 

ewilson

Member
Blue Prism supports VB.Net and C#. You control which language you want to use by setting the language in the Global Code Options of the Initialize action in any VBO. And yes, you can use VB.Net in some and C# in other VBOs. You’re not limited to one or the other.

You can use the + or the & to concatenate strings in Blue Prism code stages when using VB.Net.

Cheers,
Eric
 
Top