def ExtractRec(Record):
#Record must be tuple (<token>,<name/token>)
#retrieves the memory location for the symbol (variable)
    Display("ExtractRec", _list)
    return SymbolTable.getLocationString(Record)