Input statement

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kyunw00
    New Member
    • Jun 2007
    • 1

    Input statement

    after i ran the line input statement code, where is the new file ?
    or there will be no new files? then how can i input files consist of number into my excel spreadsheet?
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by kyunw00
    after i ran the line input statement code, where is the new file ?
    or there will be no new files? then how can i input files consist of number into my excel spreadsheet?
    Can you fill in some more detail on what you're trying to do?

    Line Input will never create a file. It is used to input an entire line from a file into a single String variable, ignoring things like field delimiters (tabs, commas, whatever).

    Comment

    Working...