Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What is the difference in selection method of ssget between "_W", "_C", "_:S", etc and "W", "C", ":S", etc ?
Solved! Go to Solution.
What is the difference in selection method of ssget between "_W", "_C", "_:S", etc and "W", "C", ":S", etc ?
Solved! Go to Solution.
The underscore character (_) is used to support foreign language versions of AutoCAD, it ensures that the command name will be translated so that a foreign language version is able to understand it
aha, it's for me.
thank you pbejse.