Announcement

Collapse
No announcement yet.

input COMPLETE line?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Robert E. Carneal
    replied
    Sorry, never mind. The problem caused in the error was in the DATA!

    I did not think to check that.

    Robert

    ------------------

    Leave a comment:


  • Robert E. Carneal
    replied
    That works from the keyboard. What about readling from a data file,
    where some lines contain a comman?

    Thank you.

    Robert

    ------------------

    Leave a comment:


  • keith shelton
    replied
    Use line input x$ to get all the delimiters in a line.
    KS

    ------------------

    Leave a comment:


  • Robert E. Carneal
    started a topic input COMPLETE line?

    input COMPLETE line?

    Some of the lines in the data file contain commas, such as
    "Nashville, TN 12345" when a statement such as:

    input #1, DataLine$

    is used, it only gets the "Nashville" portion. It would be useful
    to me to be able to to store the complete line, commas included,
    into one variable. Is this possible please?

    Thank you.

    Robert

    ------------------
Working...
X