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. Editor recognizes the MID word and its color change to blue but it gives an error "mid' is not declared. It may be inaccessible due to its protection level." How can I solve this problem? None of the functions left,right,mid, len works.