Version of the VB engine BluePrism V5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-03-18 10:37 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-03-18 11:45 PM
The functions in BP are bespoke and not exact replicas of VB.
