I am new to classic asp.
MaxLnkApp=rsTemp("Info")
MaxLnkAppCount=rsTemp("Count")
if MaxLnkApp=MaxLnkAppCount then
averageNum = 0
end if
rsTemp("Count") is int and rsTemp("Info") is string
Even when the condition is not (like both variables equals five) satisfied.
How to convert string to integer? or Integer to string?