-
Data type mismach:
-
var = null
if cLng(var) > 0 then
This will cause this error
-
var = null
if isNull(var) = false and cLng(var) > 0 then…
This will still cause this error
-
var = null
if isNull(var) = false then
if cLng(var) > 0 then
Sucks but works
-
server.transfer([page])
Don't use this function to pass form or url variables! Data will be missing because of unknown reason.
-
isNumeric(n)
Don't believe this function! This function has rediculous bug!
-
Split an empty string to array
arr = split("", "|")
Result: no error, and ubound(arr) is -1
Quality articles is the key to attract the people to pay a quick visit
the web site, that’s what this web page is providing.