Basic "Standard" File I/O

Write your ideas what you would like to have in Basic For Qt.

Basic "Standard" File I/O

Postby Henning » Sun May 13, 2012 12:34 pm

Plz Bernd, let us have the "standard" file I/O functions that are a part of EVERY Basic except Q7B.

/Henning
Henning
 
Posts: 522
Joined: Fri Aug 13, 2010 6:29 pm

Re: Basic "Standard" File I/O

Postby Slowdown » Sun May 13, 2012 2:18 pm

with him ^^^^^^
Kind regards,
Slowdown

OSX 10.8.x, VBox Xp, Ubuntu 32/64 bit, EOS 64 bit
Slowdown
 
Posts: 464
Joined: Sat May 01, 2010 7:11 pm
Location: Netherlands

Re: Basic "Standard" File I/O

Postby berndnoetscher » Mon May 14, 2012 7:22 am

Of course, this will come within the next weeks. :D
On Friday, I have created a list of all needed kbasic built-in functions already (including the file functions), which will be shown in the documentation as not implemented yet.
berndnoetscher
Site Admin
 
Posts: 344
Joined: Thu Mar 25, 2010 9:57 am

Re: Basic "Standard" File I/O

Postby Slowdown » Mon May 14, 2012 11:35 am

ohhhhhhhhhhhh nice Bernd :D
Kind regards,
Slowdown

OSX 10.8.x, VBox Xp, Ubuntu 32/64 bit, EOS 64 bit
Slowdown
 
Posts: 464
Joined: Sat May 01, 2010 7:11 pm
Location: Netherlands

Re: Basic "Standard" File I/O

Postby Henning » Mon May 14, 2012 2:03 pm

A big THANX!!!

/Henning
Henning
 
Posts: 522
Joined: Fri Aug 13, 2010 6:29 pm

Re: Basic "Standard" File I/O

Postby berndnoetscher » Tue May 15, 2012 7:53 am

Henning wrote:A big THANX!!!

/Henning


As I wrote before, Q7Basic will contain almost every function and classes and features as KBasic. The only problem is that it need some time to do it. ;-)
berndnoetscher
Site Admin
 
Posts: 344
Joined: Thu Mar 25, 2010 9:57 am

Re: Basic "Standard" File I/O

Postby Henning » Tue May 15, 2012 1:50 pm

I (We) know...

You see the more we get the more eager we get... ;)

/Henning
Henning
 
Posts: 522
Joined: Fri Aug 13, 2010 6:29 pm

Re: Basic "Standard" File I/O

Postby Slowdown » Tue May 15, 2012 6:51 pm

And we want it now 8-)
Kind regards,
Slowdown

OSX 10.8.x, VBox Xp, Ubuntu 32/64 bit, EOS 64 bit
Slowdown
 
Posts: 464
Joined: Sat May 01, 2010 7:11 pm
Location: Netherlands

Re: Basic "Standard" File I/O

Postby GaryVass » Fri Jun 29, 2012 4:15 am

Has 'Open FILENAME" been implemented yet? Or LineInput? I could REALLY use those now.....
GaryVass
 
Posts: 109
Joined: Wed May 04, 2011 8:03 pm

Re: Basic "Standard" File I/O

Postby Henning » Fri Jun 29, 2012 12:10 pm

Yes it works. :)

Code: Select all
  Dim tmp As String

    infile = FreeFile()
    Open InFileName For Input Access Read As infile
    While Not EOF(infile)
      Line Input #infile, tmp
    End While


/Henning
Henning
 
Posts: 522
Joined: Fri Aug 13, 2010 6:29 pm

Next

Return to Wish List

Who is online

Users browsing this forum: No registered users and 1 guest

cron