RE: [U2] Dimensioned arrays

2004-11-04 Thread Peter Olson
how about just adding the new elements to the end cause the program will go ka-boom as soon as last.pos exceeds inmat( arr1 ) ? we'll need to insure it doesn't blow past this threshold... This e-mail, including attachments, may include confidential and/or proprietary information, and may be

Re: [U2] Dimensioned arrays

2004-11-04 Thread Fred Finken
] Dimensioned arrays Date: Wed, 3 Nov 2004 19:26:23 EST I am trying to find the best way to update a dimensioned array where any updates/changes are inserted to the beginning of each associated field. I am looking for a way that would be similar to using the INSERT command with a dynamic

RE: [U2] Dimensioned arrays

2004-11-04 Thread Baakkonen, Rodney
PM To: [EMAIL PROTECTED] Subject: RE: [U2] Dimensioned arrays I am trying to find the best way to update a dimensioned array where any updates/changes are inserted to the beginning of each associated field My 2 cents worth is to convert the dimensioned array into a dynamic array then perform

RE: [U2] Dimensioned arrays

2004-11-04 Thread Stevenson, Charles
If I understand your problem, you can use INSERT exactly as you would with dynamic arrays: INS newValue1 BEFORE FLD(1)1,VMC INS newValue2 BEFORE FLD(2)1,VMC INS newValue3 BEFORE FLD(3)1,VMC etc. Heck, it is *possible* to INS *attributes*, not just values or subvalues: INS

[U2] Dimensioned arrays

2004-11-03 Thread CASheaFamily
I am trying to find the best way to update a dimensioned array where any updates/changes are inserted to the beginning of each associated field. I am looking for a way that would be similar to using the INSERT command with a dynamic array. If anyone has any suggestions, I would greatly

RE: [U2] Dimensioned arrays

2004-11-03 Thread Trevor Ockenden
PROTECTED] Sent: Thursday, 4 November 2004 11:26 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [U2] Dimensioned arrays __ ella for Spam Control has removed Spam messages and set aside Newsletters for me You can use it too

Re: [U2] Dimensioned arrays

2004-11-03 Thread Mark Johnson
: Trevor Ockenden [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 9:56 PM Subject: RE: [U2] Dimensioned arrays I am trying to find the best way to update a dimensioned array where any updates/changes are inserted to the beginning of each associated field My 2 cents

[U2] Dimensioned arrays

2004-11-03 Thread Moderator
REPOSTED FOR NON-MEMBER [EMAIL PROTECTED] I am trying to find the best way to update a dimensioned array where any updates/changes are inserted to the beginning of each associated field. I am looking for a way that would be similar to using the INSERT command with a dynamic array. If anyone

RE: [U2] Dimensioned arrays

2004-11-03 Thread Womack, Adrian
: Thursday, 4 November 2004 1:09 PM To: U2 Users Discussion List Subject: [U2] Dimensioned arrays REPOSTED FOR NON-MEMBER [EMAIL PROTECTED] I am trying to find the best way to update a dimensioned array where any updates/changes are inserted to the beginning of each associated field. I am looking