VBA functions are inaccessible due to its protection level
Hi I am trying to get familiar with coding on blueprism. This is my simple code; if (10 >=1) then input = MID("A random text.",3,3) else input ="rand" end if output = input everything in this code works except, MID function does not. E...