awk field declaration??

Hi everybody:

Could anybody tell me how should I declare a empty fieldinto a if stament?
Is it possible like this?:
if ($field == " ") body

Thanks in advance and cheers!! . :smiley:

this is not an empty field - this a field containing single space.
an empty field would be:

if ($field == "") body