Hi,
In the description of an info packet, I found the following:
....
        }else if (value<-4){
            type= "r"
            value.den= -value-4
            value.num                   s
        }else{
....
I suppose that should be "value.nom" ?
--Ivo