The WriteString function writes a list of string expressions to a file that was previously opened with OpenWrite. It does not write the windows end-of-line character like WriteLine does. If multiple parameters are passed, they are not separated by commas, so you can control the exact characters being output.
| Syntax: | 
|---|
| fileManager.WriteString( fileNumber [, expression] [,expression2] [,etc...] ) | 
| Parameter: | Description: | 
|---|---|
| fileNumber | The file number, when more than one file has been opened. | 
| [ expression] | Optional: The first string expression to write. | 
| [,expression2] | Optional: The second string expression to write. | 
| [,etc...] | Optional: Any other string expression to write. | 
| Example: | 
|---|
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 
| Returns: | 
|---|
| No information is is returned. | 
| Links: | 
|---|
| See Also: | 
| Edit Time: 9/21/2020 1:50:43 PM | Topic ID#: 655 |