{ { OP ADD }
{ ERR 0 }
{ IN {{$%g3} =1} }
{ OUT {{$%l1}} }
{ FUNCTION ADD }
It worked fine – one was added to the value in %g3 and it was stored in %l1. In Cloverleaf 5.8.5 the same statment yields a blank in %l1. As you can imagine this caused a great deal of problems and was VERY difficult to find. I do not know what changed in 5.8.5 to cause statments like this to yield a blank value. But now it’s got me wondering what other surprises 5.8.5 has in store. When I changed all instances of %l1 to %g98, the translate worked fine. We probably should have used g98 or similar in the first place but still…… it worked Ok in 5.6. The letter in %l1 is el – between k and m.