Message 1 of 4
VLA to VBA

Not applicable
12-08-2006
11:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Could someone please point me to the VBA analogues to the Visual Lisp expressions:
(setq XDAT (ssget "X" (list (cons 2 "XFILEDATA"))))
and
(setq XDAT (vlax-ldata-get (ssname XDAT 0) "XFILES" "Key Not found"))
(setq XDAT (ssget "X" (list (cons 2 "XFILEDATA"))))
and
(setq XDAT (vlax-ldata-get (ssname XDAT 0) "XFILES" "Key Not found"))