That finally worked, thanx!
-----Original Message----- From: Daniel Field [mailto:[EMAIL PROTECTED]] Sent: October 16, 2002 9:50 AM To: ActiveServerPages Subject: RE: avoiding emprty strings Do if IsNull(rs("All_Other_info")) = false and Trim(rs("All_Other_Info")) <> "" then response.write "Info:" & rs("All_Other_Info") end if Dan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 14:40 To: ActiveServerPages Subject: avoiding emprty strings I use this code if IsNull(rs(trim("All_Other_Info"))) = False or rs("All_Other_Info")="" then response.write "Info:" & rs("All_Other_Info") but I still get Info: <blank> Tim --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% _____________________________________________________________________ This e-mail has been scanned for viruses by the WorldCom Internet Managed Scanning Service - powered by MessageLabs. For further information visit http://www.worldcom.com _____________________________________________________________________ This e-mail has been scanned for viruses by the WorldCom Internet Managed Scanning Service - powered by MessageLabs. For further information visit http://www.worldcom.com --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
