• Daum
  • |
  • 카페
  • |
  • 테이블
  • |
  • 메일
  • |
  • 카페앱 설치
 
카페정보
아키모아(Archimore)
 
 
 
카페 게시글
검색이 허용된 게시물입니다.
★ CAD/LISP/분과 Q&A Vl-string-search 함수로 알파벳 검색
꽈배기와아이들 추천 0 조회 117 24.02.19 18:39 댓글 5
게시글 본문내용
 
다음검색
댓글
  • 24.02.20 09:37

    첫댓글 캐드를 여신다음 F1 을 누르시면 도움말이 나옵니다.
    검색창에 vl-string-search 를 입력하시고 검색하시면
    맨처음 상단에 vl-string-search (AutoLISP) 이 보이실겁니다.
    영문으로 되어있어 모르시겠다면 구글 번역기 돌리셔도 대강은 알아보실수 있습니다.

  • 24.02.20 09:43

    vl-string-search (AutoLISP)
    Searches for the specified pattern in a string

    Supported Platforms: Windows and Mac OS

    Signature
    (vl-string-search pattern str [start-pos])
    pattern
    Type: String

    The textual value containing the pattern to be searched for.

    str
    Type: String

    The textual value to be searched for pattern.

    start-pos
    Type: Integer

    A numeric value identifying the starting position of the search; 0 if omitted.

  • 24.02.20 09:43

    Return Values
    Type: Integer

    A numeric value representing the position in the string where the specified pattern was found; otherwise nil if the pattern is not found; the first character of the string is position 0.

  • 24.02.20 09:44

    vl-문자열 검색(AutoLISP)
    문자열에서 지정된 패턴을 검색합니다.

    지원되는 플랫폼: Windows 및 Mac OS

    서명
    (vl-문자열-검색 패턴 str [start-pos])
    무늬
    유형: 문자열

    검색할 패턴이 포함된 텍스트 값입니다.

    str
    유형: 문자열

    패턴을 검색할 텍스트 값입니다.

    시작 위치
    유형: 정수

    검색 시작 위치를 식별하는 숫자 값입니다. 생략하면 0입니다.

    반환 값
    유형: 정수

    지정된 패턴이 발견된 문자열의 위치를 나타내는 숫자 값입니다. 그렇지 않고 패턴이 발견되지 않으면 nil입니다. 문자열의 첫 번째 문자는 위치 0입니다.

  • 작성자 24.02.20 18:58

    네 감사합니다.

최신목록