GET_COMP_NAME()
PURPOSE
This function returns the name of the user's computer as stored in their registry.
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_COMP_NAME()
// x = 'My Computer'
SEE ALSO
Page url: http://www.cassoftware.com/tas/manual/getcomputername.htm