Archive: Getting first character from string


Getting first character from string
HI,
I need to get the first character from the string using NSIS. is there any method to do that in NSIS?

thanks in advance..


thanks vignesh


StrCpy $0 "foo" 1

..its all in the docs