tjbradford
Technical User
I want to filter out words that are marked as undesirable
I have the following working (see attachment)
----------------------------------------------
this means i can block a user or more by adding and UserID<>"is-banned-2"
but i want to ban content of the sDetails if it contained a naughty word for the example i will use "sausages"
I was thinking of putting another if statment directly above the if UserID<> ( see attachment )
i have placed what i am after below the current setup again (see attachment) but i'm unsure of how todo a contains statement.
I have the following working (see attachment)
----------------------------------------------
this means i can block a user or more by adding and UserID<>"is-banned-2"
but i want to ban content of the sDetails if it contained a naughty word for the example i will use "sausages"
I was thinking of putting another if statment directly above the if UserID<> ( see attachment )
i have placed what i am after below the current setup again (see attachment) but i'm unsure of how todo a contains statement.