[fpc-pascal] Re: Questions regarding arrays
    leledumbo 
    leledumbo_cool at yahoo.co.id
       
    Wed Sep 22 12:24:39 CEST 2010
    
    
  
> unsigned char **prop_return
you can actually define it as:
type
  PAtom = ^TAtom;
  PPAtom = ^PAtom;
and pass a PPAtom variable instead.
-- 
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Questions-regarding-arrays-tp2849398p2849462.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
    
    
More information about the fpc-pascal
mailing list