Is there a way to do a If this referring to the action of a subroutine, BEFORE it processes the domain name?
I have one that does this... if(!subroutine()) {
Is there a way to do it this way instead...
if (subroutine returns false){
if there is a way to do that, what would the command look like??
thx.
