Aaron's Blog logo Aaron's Blog

Substring 맨 앞 글자만 빼기
String.Substring(1);

배열에서 추출후 사용할 경우(for문)
flist[i].substr(1);