The Get_Many_Locus_CA and Get_One_Locus_CA procedures return the loci of the Many and One Structures of the Collected Array respectively.
Calling syntax:
Character = Many_Locus(CA) | or |
Character = One_Locus(CA) |
Input variable:
CA | The Collected_Array object to be queried. |
Output variable:
Locus | The specified locus of the Collected_Array object. |
The Get_Locus_Collected_Array code listing contains additional documentation.
Michael L. Hall