array[x,y]
    Richard Gaskin 
    ambassador at fourthworld.com
       
    Wed Apr 16 17:45:01 EDT 2003
    
    
  
Shari wrote:
> Someone mentioned using myArray[x,y] instead of line y of myArray[x]
> 
> But when I try it, nothing happens.
> 
> Is it possible to do this, or not?
If you put in multi-line values into single-index arrays, you'll have to
retrieve them as suc, as you noted.
But if you put the data that would have gone on a line into a
two-dimensioinal array, you should be able to retrieve them using
two-dimensional addressing.
-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge 2.2: Publish any database on any site
 ___________________________________________________________
 Ambassador at FourthWorld.com       http://www.FourthWorld.com
 Tel: 323-225-3717                       AIM: FourthWorldInc
    
    
More information about the metacard
mailing list