{
{   The purpose of this request is to get the current names defined for a
{ form.  The fdp$get_form_attributes request using the attribute key of
{ fdc$get_number_objects, fdc$get_number_tables, and fdc$get_number_variables
{ allow you to learn the size of an array to allocate to receive the form
{ names.
{
{       FDP$GET_FORM_NAMES (FORM_IDENTIFIER, NAME_SELECTIONS, FORM_NAMES,
{         NUMBER_NAMES, STATUS)
{
{ FORM_IDENTIFIER: (input)  This parameter specifies the form identifier for
{       the instance of the form.
{
{ NAME_SELECTIONS: (input)  This parameter specifies a set of selections for
{       names.  The selections are fdc$select_variable_names,
{       fdc$select_table_names, and fdc$select_object_names.
{
{ FORM_NAMES: (output)  This parameter specifies an array to hold the form
{       names.  The form names are returned in the following record.
{
{       field                       description
{       _____                       ___________
{       name           The name of the item (variable, table, object)
{
{       name_type      The type of the name, fdc$select_variable,
{                      fdc$select_table, fdc$select_object.
{
{ NUMBER_NAMES: (output)  This parameter specifies the number of names
{       returned.
{
{ STATUS: This parameter specifies the status record.
{
{       condition identifiers:  fde$bad_data_value
{                               fde$invalid_form_identifier
{                               fde$too_many_form_names
{
