GLBasic forum

Main forum => GLBasic - en => Topic started by: François Vanzeveren on 2008-Sep-07

Title: CLOSEFILE: error in the help
Post by: François Vanzeveren on 2008-Sep-07
Hello marvellous GLBasic developpers....

I would lke to mention an error in the help file for the command CLOSEFILE:
the help file mention the following syntax:
Code (glbasic) Select

CLOSEFILE(channel#)

while it actually is
Code (glbasic) Select

CLOSEFILE channel#

without parentheses.

I mention this because it took me some times before to find this out...

François
Title: Re: CLOSEFILE: error in the help
Post by: Kitty Hello on 2008-Sep-07
ah. Thank you.