Skip to content

File_Number Global Variable

Purpose

Stores the table number of the table in the current filelist.

Type

Integer

What it does

TableName.File_Number contains the table number of the data table referenced by TableName in the current filelist.

Example

integer hTable
open Customer
move Customer.File_Number to hTable

Notes

  • File_Number is not a global variable by itself. It must be used following TableName.