Nice try, Kevin...but it's the S;amc that's broken, regardless of its position in the F-code :-(
It can be made to work on jBASE 4.1.6.16 as long as you set 'tconv_no_replace = false' in the 'Config_EMULATE' file. Yes, this too is a bug as Summing should not be dependent on the value of 'tconv_no_replace'. This will be addressed on 4.1.6.17. Note that this is not a problem on jBASE 5.2. Dan Klein ________________________________ From: Kevin Powick [mailto:[email protected]] Sent: Friday, April 27, 2012 17:50 To: [email protected] Cc: jBASE Support - Devsup Subject: Re: possible bug in version 4.1 On Friday, 27 April 2012 16:25:54 UTC-4, Richard Kann wrote: 01 A 02 0 03 ORIG AMT 04 05 06 07 MR2, 08 F;2;8;S;+ 09 R 10 10 In 3.x it gives me the sum of all the vm amounts in attr 8 added to attr 2. In 4.x it gives me the separate values in attr 8 without summing. Any ideas? I don't have 4.x, but what happens if you try reorder it as F;8;S;2;+ -- Kevin Powick -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
