GET_USER_NAME()
PURPOSE
This function returns the name of the user as they are currently logged in.
NO OTHER PARTS
RETURN TYPE - A
If the receiving field is too short, the remaining characters will be truncated.
EXAMPLE
define x type a size 50
x = GET_USER_NAME()
// x = 'CAS-Glenn'
SEE ALSO
Page url: http://www.cassoftware.com/tas/manual/getusername().htm