Is there a way of finding what version of ASP you are using and what the latest version is. I'm trying to split
but i keep getting a type mismatch error.
dim tArray
strBuffer="100002","William Baxter School","01527 567567"
tArray = Split(strBuffer,",")
I...