문제

I need to get the last 3 characters of a string in delphi.

I have been googling and found LastDelimiter but not an example that does something like this.

Any ideas of what I need to be looking for or how this is done?

도움이 되었습니까?

해결책

Unit StrUtils contains function RightStr, which seems what you are looking for.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top