Sep 26, 2018

Extract only right most n letters from a string in X++ (X++에서 오른쪽 문자열 자르기)

str text = "Hello";
info(substr(text,strLen(text),-1));

//Result
o

No comments:

Post a Comment