Writes the contents of a text file (maxium 100 lines).
Parameters
The first parameter is the complete file name.
The second parameter can be a line number in the range 1 to 100.
Example
@f{file(c:/test.dat, 10)}
Output:
Output is row no. 10 of file c:/test.dat.
id-1370029