This function returns the Caller ID name returned from the last (or current) call. This is reset when a new call arrives. The name will only be available if your Caller ID service supplies names.
Parameter: Line
Type: Integer
Description: The phone line to retrieve the information from.
Return value: Name
Type: String
Description: The caller's name or an empty string if the information was
not available.
' get the Caller ID name
dim cname
cname = hsp.CIDName(1)