Hello,

how come following script does not work.
Kix32 seems to crash for some reason in the comparison if LTrim function is used before.
Or is the syntax incorrect?

$test1=100.100.100
$test2=LTrim(SubStr(@IPADDRESS0,1,11))

if $test1=$test2
"same subnet"

? "end of script"