Hi!
You code was correct, it's very strange that it was not working. Adding an empty string should not change result. I suspect bug in NXSL interpreter, but I was unable to reproduce this on my test system - both
server_name = "" . plaza . ".se";
and
server_name = plaza . ".se";
gives the same correct result in my test script.
Best regards,
Victor
You code was correct, it's very strange that it was not working. Adding an empty string should not change result. I suspect bug in NXSL interpreter, but I was unable to reproduce this on my test system - both
server_name = "" . plaza . ".se";
and
server_name = plaza . ".se";
gives the same correct result in my test script.
Best regards,
Victor