Hi All,
I have my name in variable.
Var - Ravi - Gupta
I want to extract last 3 word from above string.
Output - pta
Please help
Hi All,
I have my name in variable.
Var - Ravi - Gupta
I want to extract last 3 word from above string.
Output - pta
Please help
@ravig1206
give a try on
Strings.Right(YourStringVar.Trim,3)
Hi,
Please find the attached logic
Hope it helps. Mark as solution if it works
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.