[fpc-pascal] Schema Types

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Mon Dec 15 21:24:11 CET 2008


fancy:=new(fancy_type); // or something similar, I usually use GetMem not New

SetLength(fancy.first, 10, 20);
SetLength(fancy.second, 10, 20);
SetLength(fancy.third, 300);


-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list