Attribute initialisation

This forum is for any questions about the language Tutorial D or the Rel implementation of it.
Post Reply
Chris Walton
Posts: 76
Joined: Sat Aug 18, 2012 2:13 pm

Attribute initialisation

Post by Chris Walton »

Is there any way in the language to specify initialisation or default values for an attribute of a relvar, and if so what is the syntax? I looked at INIT, but this is to cater for multiple POSSREP definitions, and gave ERROR: an INIT is not necessary for <= 1 POSSREP. I was trying to provide a default of 10 for a field representing the base on which a number system was based.
Dave
Site Admin
Posts: 372
Joined: Sun Nov 27, 2005 7:19 pm

Re: Attribute initialisation

Post by Dave »

No, sorry, there is not currently a way to do that.
Post Reply