[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

2720.0. "FCL seems to miscalculate the line length when formating output" by BYBLOS::TAMER () Wed Apr 08 1992 13:58

The FCL seems to miscalculate the line length when formating multi-line output.
It seems that delimeters such as a comma and and a (right) brace are not added 
to the line length when the FCL decides to continue the output on the next line
(after the correct indentation). 
I am aware that USE INDENT and changing the screen width might take care of it
but when using standard screen width, the output ain't pretty. 
Here is a couple of examples for an attribute that has SETOF Latin1String dt:

1. Note the comma (separating the 4th and 5th elements of the SET)

Qms_manager> show tq acl

Qms_database TPEDNS_NS:.QMS.DB Queue TEST_QUEUE
AT  8-APR-1992 12:44:31 Characteristics

                              ACL = { "GRANT SET TO BYBLOS::TAMER.DECQ",
                                      "GRANT GET TO any",
                                      "GRANT CONTROL TO BYBLOS::TAMER.DECQ",
                                      "GRANT CREATE_CHILD TO BYBLOS::TAMER.DECQ"
,
                                      "GRANT CREATE_REGISTRATION TO
                                      BYBLOS::TAMER.DECQ",
                                      "GRANT ENQUEUE TO BYBLOS::TAMER.DECQ",
                                      "GRANT DEQUEUE TO BYBLOS::TAMER.DECQ",
                                      "GRANT READ TO BYBLOS::TAMER.DECQ" }
Qms_manager>

2. here note the right brace, after the last element of the SET.

Qms_manager> show db acl

Qms_database TPEDNS_NS:.QMS.DB
AT  8-APR-1992 12:54:17 Characteristics

                              ACL = { "GRANT SET TO BYBLOS::TAMER.DECQ",
                                      "GRANT GET TO any",
                                      "GRANT CONTROL TO BYBLOS::TAMER.DECQ",
                                      "GRANT CREATE_CHILD TO BYBLOS::TAMER.DECQ"
 }
Qms_manager>




Phil
T.RTitleUserPersonal
Name
DateLines
2720.1fcl bug.TOOK::CALLANDERMCC = My Constant CompanionMon May 11 1992 17:095
    looks like you are right, I don't know if we will get to this one,
    but I will give it a try.
    
    jill