I'm trying to use some Visual Basic string manipulation functions in a Blue Prism code stage. Referencing functions like LEN
, LEFT
, and RIGHT
throws an error:
'Len' is not declared. It may be inaccessible due to its protection level.
Is there a DLL or namespace I can import to my Business Object in order to expose and use these functions?