Visual RPG Language Reference  

IsEof Property

Returns True when a file input operation results in End-of-File being reached. 

DBFile.IsEof [=boolean] 

Property Value

Boolean.  Returns a True or False indicating if End-of-File has been reached.  

Remarks

IsEof applies to the READ, READC, READE, READP, READPE, READRANGE commands.

IsEof is similar to the %EOF built-in function, except that it relates to the operation for a file, specifically.

Requirements

Namespace: ASNA.VisualRPG.Runtime

Assembly: ASNA Visual RPG Runtime (in ASNA.VisualRPG.Runtime.dll)

Platforms: Windows 2000 Professional SP4, Windows 2000 Server SP4, Windows Server 2003, Windows XP Professional SP2, Windows Vista Business Edition 

See Also

ASNA.VisualRPG.Runtime
DBFile Class
DBFile Class Members
DCLDISKFILE
%EOF