![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk selection on fields | amatuer_lee_3 | Shell Programming and Scripting | 3 | 05-13-2008 01:05 AM |
| Opt out selection | drhowarddrfine | Post Here to Contact Site Administrators and Moderators | 5 | 01-24-2008 02:20 AM |
| create array holding characters from sring then echo array. | rorey_breaker | Shell Programming and Scripting | 5 | 09-28-2007 08:42 AM |
| tray selection | amit kul | UNIX for Advanced & Expert Users | 3 | 07-16-2007 08:31 AM |
| Character selection script | Ypnos | Shell Programming and Scripting | 2 | 11-20-2003 01:08 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Array and Selection
I have a question:
Y X Tabel a is a array multidimensional --> a(1024,20) I load in to array a Text from 6000 row where: in a(1,1) is present the row 1 of original text, in a(1024,1) is present then row 1024 of original test and in a(1024,2) is present the row 2048 of original text , in a(1,3) is present the row 2049 the ooriginal text ecc.... fig. 1 2 3 4 (X array) 1 .. > ( Y array) .. ... 1024 1024 1024 1024 I find a procedure / function to point a cell(x,y) where in input are the l row of original text loaded. es function Position (row Y, column x) -- solve -- POSFOUND=xxxxxx in the original text. and function PosArray ( roworiginal x ) Rowxres and Columres return the array position tanks |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|