You cannot use the FIND command in a LISP program, this command is not accessible using LISP; instead, you would need to accomplish your task using such functions as ssget (with an appropriate selection set filter list), wcmatch / vl-string-search / vl-string-position. All of these functions are documented in the Visual LISP IDE Help.





Reply With Quote

Bookmarks