1. Re: print
On Wed, 1 Nov 2000 12:16:49 -0600, Ben Fosberg <BenFosberg at ATT.NET> wrote:
>I'd vote for this suggestion; some of us are literate, but not
>particularly numerate.
>Come on, Robert - give us mortals a break.
>
>Ben
>
>> Jiri Babor wrote:
>>
>> > box = {53,110,263,244}
>> > name = {101,117,112,104,111,114,105,97}"euphoria" ?
>>
>> I really like the idea of displaying what looks to be a string as a
string -
>> especially in the error dump.
>>
>> -- David Cuny
I also would like to see sequences displayed as above.
These are the additional complaints I have:
1: Why don't error messages for sequences tell WHICH sequence
the error message is reporting the error about?
2: Why are the sequences truncated with 3 dots when working with
long sequences. How can you detect the error if the complete
sequence is not printed out.
3: I want an option to be able to see HEX displayed instead of
DECIMAL, Most programmers think in HEX.
4: Why is there no flag ( or break character ) that can be inserted
into the program code to force a dump of the ex.err file at
that point; because trace doesn't work under all circumstances.
Bernie