Function will return TRUE when the line being read is longer than the maximum String length of 512 characters.  This chatacter length restriction requires the function to report a TRUE condition so the programming will know when there are more character that are available.  Access to the additional characters is made available by performing additional ReadLine executions of the same record value.

 

Syntax:

iNotAllRecordData = fileManager.PartialLine

 

Parameter:

Description:

<none>


 

Example:

'   Read indexed record as a string
sRecord = fileManager.ReadLine( iFilNum, x )
'   Did ReadLine Fail to get the entire record
iNotAllRecordData = fileManager.PartialLine

Returns:

iNotAllRecordData = TRUE when record could NOT read the entire record's contents

 

Links:

ReadLine, String

See Also:

File Manager

 


Edit Time: 9/21/2020 1:49:48 PM


Topic ID#: 458

 

Created with Help & Manual 7 and styled with Premium Pack Version 2.80 © by EC Software