Navigation:  Reference > Functions >

GetComputerName()

Print this Topic Previous pageReturn to chapter overviewNext page

 

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

GET_USER_NAME()

 

 


Page url: http://www.cassoftware.com/tas/manual/getcomputername.htm