| Bookshelf Home | Contents | Index | PDF | ![]()     | 
	
| 
 Siebel VB Language Reference > Methods Reference for Siebel VB > File Input and Output Methods > Get File Position MethodThe Get File Position method returns the current position of an open file depending on the following mode that it uses to open the file: 
 The first byte in the file is at offset 1, the second byte is at offset 2, and so on. The return value is a long number. FormatThe following table describes the arguments that you can use with this method. 
 ExampleThe following example reads the contents of a sequential file line by line to a carriage return, and then displays the results. The CreateFile subroutine creates the  (general) (declarations) Sub CreateFile Sub Button_Click  | 
![]()     | 
	
| Siebel VB Language Reference | Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |