Hi,I am trying to get the area code from the calling number, in order to do this I am using GET CALL CONTACT INFO and assign it to a String Variable DID, then I use the first three numbers to get the area code in the following way Set AreaCode = DID....