FILETOSTR()

From Recital Documentation Wiki
Revision as of 16:00, 2 June 2009 by Yvonnemilne (Talk | contribs)

Jump to: navigation, search

Class

String Data


Purpose

Function to read a file into a text string


Syntax

FILETOSTR(<expC>)


See Also

AT(), ATNEXT(), FCLOSE(), FCREATE(), FERROR(), FGETS(), FOPEN(), FPUTS(), FREAD(), FREADSTR(), FWRITE(), MEMOREAD(), MEMOWRITE(), SUBSTR(), STUFF(), STR(), STREXTRACT(), STRTOFILE(), STRTRAN(), STRZERO(), TEXTEDIT(), TRIM()


Description

The FILETOSTR() function reads the specified file and returns its contents as text.


Parameter Description
<expC> Name of the file to be read. This should include the path if not in the current directory.


Example

myString = filetostr("myfile.txt")


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer