"[Solved] Exception errors using an || statement"
Hi,
Does anyone know how to use a or (||) statement in the starts or ends function in the generate attribute operator?
neither does
Please help!
Kate
Does anyone know how to use a or (||) statement in the starts or ends function in the generate attribute operator?
doesn't work,
starts(url, "http:///" || "http://10.4.11")
neither does
I have used the || function successful before using the || between the functions in a if statement. But now it just gives me a generation exception.
starts(url, "http:///") || starts(url, "http://10.4.2")
Please help!
Kate