While revising all my 5346 work sheets, opening one by one in 6179,
I observed two things [unrecovered regions]:
1. One particular work sheet, the first plot had "data" from plotG(,,,,,)
6179 opens w/o the data:=plotG(,,,,,) ... the plot is red [easy to recover]
2. Another work sheet, the XY data set is data:= [two cols]
X:=col(data,1)
Y:=col(data,2)
6179 returned:
X:=col(Data,1)
Y:=col(data,2)
No problem to recover these two cases, but the question is
why it misses some region and why it alters other region ?
Jean