Home › Forums › General XMetaL Discussion › XMetal macro javascript get current user name › Reply To: XMetal macro javascript get current user name
Reply to: XMetal macro javascript get current user name
August 25, 2015 at 7:23 pmThis API returns the value set for the “Name” value in the “Current User” section in the Options dialog (Tools > Options).
The value is stored in the file %appdata%SoftQuadXMetaL9.0xmetal90.ini as follows:
user_name = [string]
If it is returning an empty string that suggests the value is not set.