Hi, Looking at the FPC Language Reference for Variable Declaration syntax:
http://www.freepascal.org/docs-html/ref/refse21.html Specifically, ABSOLUTE declarations. The documentation gives this example: var curterm1 : integer; curterm6 : integer absolute curterm1; Now according to the syntax diagram the syntax after ABSOLUTE can be an Identifier or an Integer Expression. So the above is an example where an Identifier is used. So what is (code example) of valid syntax when the Integer Expression syntax is used? Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My public PGP key: http://tinyurl.com/graeme-pgp _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal