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
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_
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:=.?