Hi,
I think there is no such function in VBScript . But you can write code for doing this. e.g.
If no >11 and no <15 then
no = 10
else no >15 and no <19 then
no = 20
end if
I think there is no such function in VBScript . But you can write code for doing this. e.g.
If no >11 and no <15 then
no = 10
else no >15 and no <19 then
no = 20
end if
Comment