Re: Formatting question



Duane Bozarth wrote:
>
Actually, I think what you're getting is the following--line shortened
to avoid wrap...

....666666666777777777788
....123456789012345678901
.... time= 0.185217E+01
.... 1234567860123

In the above, the numeric field begins in column 69 (skipping 68) but
the 12 character width doesn't account for the space for the suppresed +
sign and so the actual field parsed is 0.185217E+0 instead of
0.185217E+01.

Would explain the result...
.



Relevant Pages

  • Re: What coding standard are you using for C?The
    ... Despite C, being free format, avoid too much free format, remembering ... very interestingly, if they wrap. ... restrictive and demands either less indentation of cyptically short ... There is a 64 character limit to the width ...
    (comp.arch.embedded)
  • Re: Logic failure..
    ... > I've been writting a HTML parser and ran into pretty much ... > single buffer and scanning the text 1 character at a time. ... I need to find me a good point to wrap".. ... I end up with extra <url tags> as resizing events occur and ...
    (borland.public.delphi.non-technical)
  • Re: Hide non-printing characters.
    ... As you say wrap text removes the LF square - but not the others in 2000. ... number keypad) to enter the character into the Other box in the text to ... Debra Dalgleish has some notes how to implement macros here: ... I have imported some data into Excel as a CSV file. ...
    (microsoft.public.excel)
  • Re: nobr html command
    ... Mozilla gets it right, IE is broken. ... IE seems to be using the pipe character "|" as whitespace, ... allowing text to wrap at a hyphen.) ... navigation is fixed modify the nav bar in a text ...
    (microsoft.public.frontpage.programming)
  • Re: Syntax for validation
    ... You do not need to escape the dot in a character class; ... escape the hyphen-minus in order to avoid creating a range accidentally. ... There are Internationalized Domain Names (including top-level domain names) ...
    (comp.lang.javascript)