Hi! On Windows I can use the following to return the username of whoever is logged into the computer:
Environ("username")
But this does not work on a Mac. How can I replicate this?
P.S. I found something that returns the machine unique identifier but that is not what I'm looking for.