Message 1 of 5
Designer's initials Autofill Field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I know this has been brought up many times and I've scoured the forums/Autodesk KBS and found many different solutions. But none have resolved my issue. Autocad 2017, windows 10 users with Firstname Lastname computer logins. There is a space between First Last. When users run command LOGINNAME, it's confirmed.
I have users that need their profile initials to auto populate in the titleblock. I've used the following Diesel expression (I'm not proficient in diesel) :
%<\AcDiesel $(substr, $(getvar, "loginname") ,1 ,2)>%
This only spits out the first initial obviously, but I need the command to find the space in the name, then spit out the last name initial. Anyone?