Message 1 of 2

Not applicable
07-02-2015
01:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Please can someone tell me why _. is used in front of a function call in lisp?
What difference does it make if _. is omitted?
(command "_.AUTOCAD_FUNCTION_CALL_HERE") Not: (command "AUTOCAD_FUNCTION_CALL_HERE")
Solved! Go to Solution.