fbClose() Closes binary files Syntax: fbClose( aHandle ) -> Nil aHandle : File handle array to close Description: Closes all the specified files in the array. Return: Nothing. Example: fbClose ( { nHandIn, nHandOut, nHandErr } )