Thanks a lot for your answer! But unfortunately this didn’t work.
But I found another solution at the web which is working:
$link = get_post_custom_values($key = 'link');
$lcp_display_output .= "<a href='$link[0]'>";
$lcp_display_output .= "Click";
$lcp_display_output .= '</a>';