![]()
|
Example String fileReadRecord 001
|
Returns:
(fileWriteln fileID n #\tab "some text" )
) Returns:
Returns:
Returns:
Returns:
(while (<> aLine #void) do
(setq aLine (fileReadRecord fileID aBuffer))
(writeln aLine)
) Returns:
1 some text
2 some text
3 some text
4 some text
5 some text
6 some text
7 some text
8 some text
9 some text
#void
Returns:
Here are examples of the fileReadRecord function at work.
String fileReadRecord 001 |
Here is the link to the current function used in this example.
Here are a number of links to other related functions.
fileRead(String) | fileClose(String) | fileOpen(String) |
Here are the links to the data types of the arguments used in this example. Here are a number of links to examples having similar argument types.
Character
String
ByteVector
![]()
|
How do I contact the AIS Server team?You can always talk with the AIS at aiserver.sourceforge.net. |