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