특정 블럭과 겹쳐있는 숫자를 엑셀로 작성(Write Each Number and Block Name On Excel)
기능(Functionality)
블럭참조 객체와 겹쳐있는 숫자인 문자(또는 속성문자)들로부터 숫자를 추출하여 오름차순으로 엑셀의 A열에 작성
각 숫자 앞에는 사용자로부터 입력받은 문자를 추가하며, 또한 가장 큰수의 자릿수만큼 앞에 0을 덧붙임
해당 블럭참조 객체의 레이어가 리습파일에 미리 지정한 레이어 리스트에 속하는 경우 그 레이어명을 엑셀의 B열에 작성
Extract numbers from numeric Text (or numeric Attribute) Objects and write on a new Excel file, Column A, ordered by Ascending
Add prefix string which is given from user to numbers and pad with 0 as much as the digit of the largest number
if the layer of the BlockReference is the member of pre-specified layer list(in lisp file), then add the layer name to the next to the number(column B)