*copyc clc$ecc_range
?? FMT (FORMAT := OFF) ??
{
{ CLE$ECC_connected_file has the follwoing unused code offsets:
{
{ 1300..1309 1311..1314 1316..1319 1321..1324 1326..1329 1331..1334 1336..1369
{ 1371..1379 1381..1399
{

  CONST
    clc$min_ecc_connected_file      = clc$min_ecc + 1300,

    cle$circular_file_connection    = clc$min_ecc + 1310,
    {E Attempt to make circular file connection from +F to +F.}

    cle$connection_cannot_be_broken = clc$min_ecc + 1315,
    {E Connection between +F and +F may not be broken.}

    cle$duplicate_file_connection   = clc$min_ecc + 1320,
    {W Connection between +F and +F already exists.}

    cle$incompatible_file_connect   = clc$min_ecc + 1325,
    {E Cannot connect +F and +F because of incompatible attributes: +P.}

    cle$improper_subject_file_name  = clc$min_ecc + 1330,
    {E Improper name for subject of file connection: +P.}

    cle$improper_target_file_name   = clc$min_ecc + 1335,
    {E Improper name for target of file connection: +P.}

    cle$subject_cannot_be_connected = clc$min_ecc + 1370,
    {E +F may not be made the subject of a file connection because it ..}
    {already exists.}

    cle$unknown_file_connection     = clc$min_ecc + 1380,
    {W +F is not connected to +F.}

    clc$max_ecc_connected_file      = clc$min_ecc + 1399;

?? FMT (FORMAT := ON) ??
