- BACK -

Unibase Logo
  

If <@all>, If <all> Gives Clearer Code

The control functions <@all> and <all> now work as the 'value' in the 'if' verb statement in the AID language. Now such statements as the following are valid in 7.32i: if <all>  = &3 <@all>   perform !equalrecords.

The above means the following: if the entire current workfile record equals the entire current record on channel three, then perform the subroutine equalrecords. This should enable easier record checking.