Re: Anyone for help with DEC (Vax) Fortran-IV ?



Jim <j.n@xxxxxxxxxx> wrote:

As for the printed copies, you need to understand that VAX Fortran allowed a
Tab character at the start of a line to move the carriage to position 7
which is where the source code should start. When printed, you cannot tell
that the Tab replaced several blanks. Hence what looks like a line of more
than 72 characters may not have been that long.

That's one of the multiple reasons that tabs cause portability issues
even among compilers that accept them. Since they are not standard, the
fine points of their interpretation can vary. This includes such matters
as whether the tab counts as 1 character or as the multiple expanded
blanks.

--
Richard Maine | Good judgment comes from experience;
email: my first.last at org.domain| experience comes from bad judgment.
org: nasa, domain: gov | -- Mark Twain
.



Relevant Pages

  • Re: Formatting index entries
    ... replace each space with a tab character ... Copy the whole cell ... use Edit>Replace to replace every tab with a space. ... you want to rip all the Index tags out of the main document. ...
    (microsoft.public.mac.office.word)
  • Re: Calculations Result Sometimes Displays 000, Sometimes 444
    ... > when I was addressing your mention of strange formatting options, ... the fill character for each tab was set to 4 on one of the ... added to a layout (not duplicate or copy / paste) will automatically ...
    (comp.databases.filemaker)
  • Re: Renaming documents from text within the document using existin
    ... StrName = ActiveDocument.Paragraphs.Range.Text ... character was found because you did trim off the first six characters. ... You can use the replace command to remove tab characters from a string and I ...
    (microsoft.public.word.vba.general)
  • Re: How Tabs In Memos Work
    ... so your best option is to parse each line character ... > memo lines contain tab characters. ... width of the system font. ... while using div 2 does. ...
    (borland.public.delphi.language.objectpascal)
  • Re: grep for metacharacters
    ... tab character. ... if you want to stick with grep, ... formfeed character in a file and match based on that: ... And egrep in RHEL5 doesn't see _any_ of them: ...
    (linux.redhat)