Using 'empty'
Posted: Tue Feb 12, 2008 12:16 pm
I'm trying to do this:
But it just doesn't work. I'm guessing it's because I'm using 'empty' wrong. Can anyone help?
Code: Select all
if fld "fldOutputPath" is empty
then
put fld "fldArticles" into oPuts
else
put fld "fldOutputPath" into oPuts
end if
But it just doesn't work. I'm guessing it's because I'm using 'empty' wrong. Can anyone help?