Hi,
I have developed this program in asp.
students download their assignment, do it, and then upload it to the server. Then, the assignment will be marked by the asp program that I wrote.
the assignments are in excel spread sheet.
I found the following problem:
when students use autolinks then the program make the server crash. I dont know what sort of condition should i use, but i know this didnt help:
Function check(x)
if vartype(x)=2 or vartype(x)=5 or vartype(x)=6 then
check= true
else
check=false
end if
end function
could you please help me with this! thanks! Arshia
I have developed this program in asp.
students download their assignment, do it, and then upload it to the server. Then, the assignment will be marked by the asp program that I wrote.
the assignments are in excel spread sheet.
I found the following problem:
when students use autolinks then the program make the server crash. I dont know what sort of condition should i use, but i know this didnt help:
Function check(x)
if vartype(x)=2 or vartype(x)=5 or vartype(x)=6 then
check= true
else
check=false
end if
end function
could you please help me with this! thanks! Arshia