In our previous episode, Mark Morgan Lloyd said:
> Are there any cases where a string variable will be allocated with 
> anything other than zero length, or a dynamic array will be allocated 
> with anything other than zero elements?

Global string variables can be initialized. 

var x : ansistring = 'yyy';

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to