cyprus106
Programmer
- Apr 30, 2001
- 654
Here's the code I've got. When I try to execute this code with nothing in rsUsers("Proposals"
, it gives me a:
"Invalid use of Null: 'Split'" error...
if Trim(rsUsers("Proposals"
) <> nothing then
Dim arrUser
arrUser = Split(rsUsers("Proposals"
, ", "
end if
Cyprus
"Invalid use of Null: 'Split'" error...
if Trim(rsUsers("Proposals"
Dim arrUser
arrUser = Split(rsUsers("Proposals"
end if
Cyprus