Hello all,
I have a problem that is alike others I have seen but I am not able to
apply the solutions I saw using Trim, Left, Right and so on. That is
why I ask here.
What is the case?
I have a variable 'OpenArgs' that can be filled with several values.
They have in common that they all start with 'rpt' (eg;
rptJaarOverzich t)
Now I need OpenArgs to be frmJaarOverzich t.
I was thinking along the lines:
OpenArgs = rptJaarOverzich t
OpenArgs2 = "frm" & <OpenArgs minus the first three characters/rpt>
but what would be the right code to do this?
Thanks for thinking!
I have a problem that is alike others I have seen but I am not able to
apply the solutions I saw using Trim, Left, Right and so on. That is
why I ask here.
What is the case?
I have a variable 'OpenArgs' that can be filled with several values.
They have in common that they all start with 'rpt' (eg;
rptJaarOverzich t)
Now I need OpenArgs to be frmJaarOverzich t.
I was thinking along the lines:
OpenArgs = rptJaarOverzich t
OpenArgs2 = "frm" & <OpenArgs minus the first three characters/rpt>
but what would be the right code to do this?
Thanks for thinking!
Comment