Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

RE: FN-FORUM ASP code help

date posted 12th September 2002 17:12

> By the way, the Response.Writes and the RecordSet stuff is
> not the issue here. As far as I can see, the two response
> writes at the top show nothing surrounded by asterisks.
> Surely showing the len() of something should show a number
> even if it is zero? Equally, as you go further down, the If
> statement is checking the len() of the variable and finding
> it to be not zero therefore outputting "hello" instead of
> "none" if it was zero. What I don't understand is how when
> writing a variable to the screen and showing that it is
> nothing, why doesn't the len function return 0?

Have you got any error checking anywhere? Try putting On Error Goto 0
before this snippet of code to see if it shows up any errors. Use the
IsNull function to check the value returned from the DB is not null.

As a quick fix, you could try

Dim theLength
theLength = len( trim( strAffiliateID))
If IsNumber(theLength) Then
If = 0 Then
Response.Write( "None")
Else
Response.Write( strAffiliateID & "hello")
End If
Else
Response.Write( "NaN" )
End If

Out of interest, have you done a view source in your browser to see if
there are any extraneous characters being output when you
Response.Write(strAffiliateID")?

Darran.




Messages by Day
September 30th 2002
September 29th 2002
September 28th 2002
September 27th 2002
September 26th 2002
September 25th 2002
September 24th 2002
September 23rd 2002
September 22nd 2002
September 21st 2002
September 20th 2002
September 19th 2002
September 18th 2002
September 17th 2002
September 16th 2002
September 15th 2002
September 14th 2002
September 13th 2002
September 12th 2002
September 11th 2002
September 10th 2002
September 9th 2002
September 8th 2002
September 7th 2002
September 6th 2002
September 5th 2002
September 4th 2002
September 3rd 2002
September 2nd 2002
September 1st 2002


Messages by Month
December 2002
November 2002
October 2002
September 2002
August 2002
July 2002
June 2002
May 2002
April 2002
March 2002
February 2002
January 2002


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000