Re: inputting the ephemerides



There was no DX variable.
CX is defined as a character.
IACHAR(CX) gets the ascii character set number position; ICHAR gets
the processor alphabet position; not always the same. This is probaly
OK when looking for digits which aways occupy 48 to 57.

Hm! I find typing in Google sometimes stops and loses characters!
I know I transpose "form" and "form" and "fisrt" and "first".
different speeds with different "digits". Musical but NOT a pianist
unfortunately.
You know "to figure" comes from the Latin "fingere" a finger, or built-
in twin set abacus?

There are typos in George's version athat are not in my posted
version.
But excuses aside, surely the code idea is understandable?



.



Relevant Pages

  • Re: Effective/Proper use of "regular expressions"
    ... parenthesized elements in your regular expression, ... from the set (unless the first character in the bracket expression is ... The range 0-9 is the set of all digits, ... a literal period followed by one or more digits". ...
    (comp.lang.tcl)
  • Re: inputting the ephemerides (SOLUTION!)
    ... the user manual input of control data, or the use of a control record, ... Somewhere along the way, I've lost the last float, which Terence calls F3. ... C STOPS ON TRAILING BLANK OR CHARACTER ... C NOW ONLY DIGITS ...
    (comp.lang.fortran)
  • Re: inputting the ephemerides (SOLUTION!)
    ... Defining the rules for field parsing has to match all the ... these are placed in the character string CWK). ... string stops the parsing and GOs to statement 7. ... Here the string CWK of sign, digits and a decimal point if present are ...
    (comp.lang.fortran)
  • Re: Reading from very large file
    ... Second, markspace specifically asked for hard numbers and pointed out that adjectives like "extremely big" are not terribly meaningful, yet you ignored that advice and the request and simply provided another vague adjective, "immense", without any indication of what your target performance is. ... You mentioned that "reading each character with a RandomAccessFile is too slow". ... At that point your search for digits is nearly all memory-bound. ...
    (comp.lang.java.programmer)
  • Re: inputting the ephemerides (SOLUTION!)
    ... Defining the rules for field parsing has to match all the ... these are placed in the character string CWK). ... string stops the parsing and GOs to statement 7. ... Here the string CWK of sign, digits and a decimal point if present are ...
    (comp.lang.fortran)