Re: [fpc-pascal] question on pointers

2005-11-06 Thread Florian Klaempfl
Adriaan van Os wrote: > [EMAIL PROTECTED] wrote: > >> I have a question on copying data to a pointer array. I'm not that into >> pointers, so I can't figure out what I'm missing here. I have included >> sample code below, and I get a SF on the line where I assign the data to >> the pointer. >> Is

Re: [fpc-pascal] question on pointers

2005-11-06 Thread Adriaan van Os
[EMAIL PROTECTED] wrote: I have a question on copying data to a pointer array. I'm not that into pointers, so I can't figure out what I'm missing here. I have included sample code below, and I get a SF on the line where I assign the data to the pointer. Is it perhaps that I need to assign memo

[fpc-pascal] question on pointers

2005-11-06 Thread dhkblaszyk
I have a question on copying data to a pointer array. I'm not that into pointers, so I can't figure out what I'm missing here. I have included sample code below, and I get a SF on the line where I assign the data to the pointer. Is it perhaps that I need to assign memory to the pointer data?? Dari