In the QB help files (I have v 4.5), it indicates (moreso...it implies) that the number of data files you can have opened at any one time is 255.
However, I've only been able to access 15 simultaniously. Example follows:
FOR FileNum=1 TO 30
[tab]MyFile$="trash" + Ltrim$(Str$(FileNum))+".txt"
[tab]OPEN MyFile$ for output as FileNum
[tab]PRINT #FileNum, "This is file #";str$(FileNum)
next FileNum
Any ideas why? Could it be a typo in the Help file?
I have not yet looked in the MS Knowledge Base, I'm hoping someone here has already found the answer to this curiosity question.
Thanks in advance. -- MiggyD
PS--I've even changed the FILES setting in autoexec.bat but to no avail. [sig]<p> <br><a href=mailto: > </a><br><a href= > </a><br>English is too hard to learn, the vowles change too much like come/home, comb/tomb, book/school, high/bye/sty, etc., etc. So should I say Geez or Sheez or Cheeze? hehe.[/sig]
However, I've only been able to access 15 simultaniously. Example follows:
FOR FileNum=1 TO 30
[tab]MyFile$="trash" + Ltrim$(Str$(FileNum))+".txt"
[tab]OPEN MyFile$ for output as FileNum
[tab]PRINT #FileNum, "This is file #";str$(FileNum)
next FileNum
Any ideas why? Could it be a typo in the Help file?
I have not yet looked in the MS Knowledge Base, I'm hoping someone here has already found the answer to this curiosity question.
Thanks in advance. -- MiggyD
PS--I've even changed the FILES setting in autoexec.bat but to no avail. [sig]<p> <br><a href=mailto: > </a><br><a href= > </a><br>English is too hard to learn, the vowles change too much like come/home, comb/tomb, book/school, high/bye/sty, etc., etc. So should I say Geez or Sheez or Cheeze? hehe.[/sig]