Daniel-Constantin Mierla writes:
put the parameter between double quotes:
isbflagset("1")
- let me know if works now.
no change, i.e., still the test fails.
-- juha
lookup("location");
switch ($rc) {
case 1:
if (isbflagset("1")) {
xlog("L_INFO", "Branch Flag 1 is set\n");
};