블로그 이미지
자료에 문제가 있을 경우, 확인하는대로 삭제처리 하겠습니다. 즐거운 하루 되시길...
04-29 01:23
Total
Today
Yesterday

카테고리

분류 전체보기 (199)
이야기방 (20)
공부방 (173)
개발노트&관련잡다구니 (6)

[델파이] POS

공부방/Delphi / 2010. 5. 13. 16:03
 function Pos ( const Needle, HayStack : string ) : Integer;


Description
The Pos function finds the position of one string Needle within another HayStack
 
If the string is not found, 0 is returned. 
 
The search is case sensitive.
Notes
Warning : you should ideally use AnsiPos instead of Pos since the former supports wide character sets.
Posted by 래채
, |