Hello

I am trying to covert one file to another and the file i am converting from has empty names and i don't want then in my new file so these are what i am using.

if trim(Len(cu.Name) = 0 then
if len(trim(cu.name) = 0 then

are these correct and if not how can i trim the spaces away and set the len to 0.

i have done this in the past but i just can not get it to work this time.

thanks for your help