tooshay(sp?) Edit: This should go in scripts but since I have this already going
Code:
alias loopdb {
var %x = 1
var %y = $var(%*,0) {
while (%x <= %y) {
if ($eval($var(%*,%x),2) <= 49) {
echo @Dump_DB $var(%*,%x) = $eval($var(%*,%x),2)
.unset $var(%*,%x)
}
inc %x
}
}
}
It echos right but doesnt unset anything at all any clues why? Edit2: Well works now I put the [ ] around it but the if check seems to be buggy, I still have some variables that are under 50