Message 1 of 18
Setsystemvariable USERS1-5

Not applicable
06-11-2007
10:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Following a previous post about system variables, I can't seem to set and get the USERS variables.
With the imports statement:
Imports AcadApp = Autodesk.AutoCAD.ApplicationServices.Application
I am trying to:
AcadApp.SetSystemVariable("USERS5", "bwa")
but it doesn't seem to be working.
AcadApp.SetSystemVariable("USERI5", 5)
works without issue so I'm guessing that I'm not formating the string properly.
Can anyone provide assistance?
Thanks.
With the imports statement:
Imports AcadApp = Autodesk.AutoCAD.ApplicationServices.Application
I am trying to:
AcadApp.SetSystemVariable("USERS5", "bwa")
but it doesn't seem to be working.
AcadApp.SetSystemVariable("USERI5", 5)
works without issue so I'm guessing that I'm not formating the string properly.
Can anyone provide assistance?
Thanks.