String Functions - Blue Prism

Strike0488

New Member
I'm searching for all of the string functions used in Blue Prism Calculation Stage, couldn't find the code in detail. Any help is much appreciated.
 

sivagelli

Well-Known Member
In the Calc stage, under Functions section, expand Text to find all the string functions.
The code details of these functions are not exposed, i believe.
 

Strike0488

New Member
Thank you for your quick response Siva. My interest is to find how all the string functions could be used.
(e.g.) to calculate the number of weeks between 29/5/1968 and 26/5/1999 use DateDiff(1,MakeDate(29,5,1968), MakeDate(26,5,1999)). This will correctly return 1617.

Likewise, I'm sure there would be plenty of string functions if not exhaustive. Could you please help me with as much information on this as possible. I'm doing an assignment and in need of it. Thank you so much for your time in this.
 

sivagelli

Well-Known Member
If you highlight a function under the Function section of Calc stage, towards right side, an example of usage is shown.
For Date Functions, use Help documentation.
 
Top