On Sun, 16 Feb 2003 21:49:45 -0500, Steve Breen wrote: >Sometimes I work with code I do not understand but can make it work. > >Here is the question why did you SET VAR vavgmchdt DOUBLE
Steve, Glad to see you got it working. If you do not set the variable data type yourself, then R:Base will guess a data type for you. R:Base usually guesses well, but I think it's better for the programmer to decide explicitly. Bill

