Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
millot.marius
Posted - 10/25/2011 : 7:32:51 PM I just upgraded to 8.5.1 from 8.5. i cannot use an after fitting code that works under 8.1 to extract fit results data in a worksheet see code below
// Get the tree from the last Report Sheet (this fit) getresults iw:=__REPORT$;
// Assign ranges to the two columns in 'Rubyfit' range ra1 = [Rubyfit]1!1; range ra2 = [Rubyfit]1!2; range ra3 = [Rubyfit]1!3; range ra4 = [Rubyfit]1!4; range ra5 = [Rubyfit]1!5; range ra6 = [Rubyfit]1!6; range ra7 = [Rubyfit]1!7;
// Get the current row size and increment by 1 size = ra1.GetSize(); size++;
Origin Ver. and Service Release (Select Help-->About Origin): 8.5.1 Operating System:xp
1 L A T E S T R E P L I E S (Newest First)
Hideo Fujii
Posted - 10/26/2011 : 10:52:41 AM Hi,
You have posted the same question both in this general Origin forum and in LabTalk forum. Your post in LabTalk forum has been replied, and this thread is not necessary to be continued.