{Use this macro to edit the mini-spreadsheet values for branch tip number or time point.} {E.S.Ruthazer, 2001} macro 'fix branchtip info'; var this: integer; begin this:=GetNumber('point #',GetValue('branchtip',SelectedCell),0); SetValue('branchtip',SelectedCell,this); SetValue('window',SelectedCell,StringToNum(WindowTitle)); end;