This may be a stupid question but is there any function that checks if a string is in a string? Like:
dim strContent = "hello girls"
if (IsInString("girls",strContent)) then
end if
--- neteject.com - Internet Solutions ---
dim strContent = "hello girls"
if (IsInString("girls",strContent)) then
end if
--- neteject.com - Internet Solutions ---