This build changes the fcode format to include a new Storage flag for fields (I've been keeping them in alphabetic order). The runtime emitters must use this flag to determine if field storage should be allocated.
It also includes the new @ field storage operator - I'll post a more complete entry on the changes to how fields work when I've completed the full list of changes we discussed required for virtual fields.
brian Tue 9 Jan 2007
This build changes the fcode format to include a new Storage flag for fields (I've been keeping them in alphabetic order). The runtime emitters must use this flag to determine if field storage should be allocated.
It also includes the new
@
field storage operator - I'll post a more complete entry on the changes to how fields work when I've completed the full list of changes we discussed required for virtual fields.Change Log:
@
operator