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.
2 svar · 268 visningar · startad av Jesper T
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.