Get three word from string

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
grafik

Strings.Right(YourStringVar.Trim,3)

getLastThreeChars

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.