$third = Trim(Split(@ipaddress0,".")[2])
if instr('236 237 239 241 242',$third)
? "third octect is in the above list"
endif


Can I change this to a CASE statement and add a variable for use later in the script? Such as...

Case $third = Trim(Split(@IPADDRESS0,".")[2])
InStr('153 154 155 254 206 190 196 216 ',$third)
$CENTER = "BRK"