|
Peter Gum
2011-07-01 10:16:36
0
|
|
Thanks! That helps, but I wish there was a better way of helping myself. A better debugging methodology would certainly help. Plotting just that one vector doesn't seem like a good general approach [grin]. Indeed, I tried 'AddColumn("aday",aday)' to plot the result of the first computation and it showed a good result, not NaN. How do I reference that value in the computation? Index the vector, but with what index? Indexing with '[0]' doesn't work and 'ref(bday,0)' doesn't work.
~Pete
|
|