Trådstart#1
If IsNull(intLastPost) then intLastPost=0
If IsNull(intTotalPosts) then intTotalPosts=0
Response.write (intLastPost+1) * (150/intTotalPosts+1)
Microsoft VBScript skrev:
Division by zero
Enligt mig borde resultatet bli 150... men icke.

