Function write from io
Brief description
write(file:FILE,text:String):void
Writes a string to a file More ...
Function information
Name: | write |
Base: | FILE |
Group: | Built-in plugins:File I/O |
Icon: | file.png |
Color: | black |
Authors: | |
Copyright: |
Detailed description
Writes a string to a file
Input parameters
-
file:
FILE
- Active file descriptor
-
text:
String
- Text to write to the file
Return values
-
Default return value:
void