05-05-2006 07:10 AM
05-05-2006 07:19 AM
First, you have to define a blank array( zero array if it is a numeric array) using 'initialise array' function ( found in functions palette>>arrays)
Now, you can insert/replace elements in this array, using 'insert into array' or 'replace aray subset' functions from Array functions.
this can be done for arrays of all dimensions
hope this helps.
regards
Dev
05-05-2006 08:44 AM
05-05-2006 09:16 AM
05-05-2006 10:00 AM
05-22-2006 04:54 AM
@devchander wrote:
Firstt, you have to define a blank array( zero array if it is a numeric array) using 'initialise array' function ( found in functions palette>>arrays)
Now, you can insert/replace elements in this array, using 'insert into array' or 'replace aray subset' functions from Array functions.
this can be done for arrays of all dimensions
hope this helps.
regards
Dev
@devchander wrote:
First, you have to define a blank array( zero array if it is a numeric array) using 'initialise array' function ( found in functions palette>>arrays)
Now, you can insert/replace elements in this array, using 'insert into array' or 'replace aray subset' functions from Array functions.
this can be done for arrays of all dimensions
hope this helps.
regards
Dev
@devchander wrote:
First, you have to define a blank array( zero array if it is a numeric array) using 'initialise array' function ( found in functions palette>>arrays)
Now, you can insert/replace elements in this array, using 'insert into array' or 'replace aray subset' functions from Array functions.
this can be done for arrays of all dimensions
hope this helps.
regards
Dev
05-22-2006 07:12 AM
05-22-2006 07:54 AM
05-22-2006 08:08 AM
05-22-2006 08:15 AM