Hi Pals,

Sorry about posting this on a wrong forum but I thought that I could get help fast here...

I have a VC++ program and there is a string.

For example,

Name = "Nanduri Yagna Narayana Jagan Mohan";

I need to get 4 characters from left.

I know that I need to use left function but not sure how to use it...

Can some one help me....