[fpc-devel]Re: array of char

Marco van de Voort marcov at stack.nl
Fri Sep 29 23:48:59 CEST 2000


> >It is perfectly fine with your data structure. The problem is the way that
> >it is assigned.
> >(In other words, you cannot initialize that array directly)
> 
> Yes you can, but it's a lot more typing work:
> 
>  const
>   CharsDes1:array[0..383]of char=
>    ('0','1','2','3','4',...)
> 

Check Data2inc in the utils directory. IIRC it could change textfiles to 
array of char output like above.

Marco van de Voort (MarcoV at Stack.nl or marco at freepascal.org)






More information about the fpc-devel mailing list