> 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.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to