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

thanks
Sud



--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/Using-Pointer-In-Free-pascal-tp5719706.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to