in reply to access array of values without a loop
A typical example would be: one table to hold the ISDN code (key) and title of a book and another table to hold a sequence number, the ISDN code and the name of the authors (one author per record). Thus it is easy to accommodate multiple authors for one book.
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
My blog: Imperial Deltronics
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: access array of values without a loop
by locked_user sundialsvc4 (Abbot) on Feb 20, 2015 at 00:52 UTC | |
by CountZero (Bishop) on Feb 20, 2015 at 09:46 UTC | |
by Your Mother (Archbishop) on Feb 25, 2015 at 17:51 UTC |