cancel
Showing results for 
Search instead for 
Did you mean: 

Version of the VB engine BluePrism V5

BordessoullesVi
Level 3
Hi,   When I use the function "InStr" I have this: 'Public Sub InStr (InText as String, Search_String as String, Start_Byte as Decimal, Compare_Method as Decimal, ByRef Position as Decimal)'. With the arguments: "Start_Byte As Decimal, Compare_Method As Decimal, ByRef Position As Decimal" required. When I consult the function on the Microsoft doc, I get InStr (Int32, String, String, CompareMethod) > 4 arguments instead of 5 including 2 required and not 3!   What is the version of the VB engine behind BluePrism V5 ?!   Thx
1 REPLY 1

John__Carter
Staff
Staff
The functions in BP are bespoke and not exact replicas of VB.