Re: [fpc-pascal] Using Pointer : In Free pascal

2014-07-07 Thread Tomas Hajny
On Mon, July 7, 2014 09:22, mokashe.ram wrote: Hi Sud, > I am using a pointer as shown below > > Locat_Pointer= ^ Locate > Locate= Record > next:locat_pointer; > Code:word; > >How to assign USer input to pointer variable run time

Re: [fpc-pascal] Using Pointer : In Free pascal

2014-07-07 Thread Mark Morgan Lloyd
mokashe.ram wrote: Hi Guys, I am using a pointer as shown below Locat_Pointer= ^ Locate Locate= Record next:locat_pointer; Code:word; How to assign USer input to pointer variable run time in free pascal Like Below Locate_

[fpc-pascal] Using Pointer : In Free pascal

2014-07-07 Thread mokashe.ram
Hi Guys, I am using a pointer as shown below Locat_Pointer= ^ Locate Locate= Record next:locat_pointer; Code:word; How to assign USer input to pointer variable run time in free pascal Like Below Locate_Pointer^.code:=.?