21 lines
459 B
HTML
21 lines
459 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>WriteLine [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub WriteLine(stream, txt$) </h2></p>
|
|
<p>
|
|
Writes a string to a text file with a new-line appended at the end
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="write.html">Write</a>
|
|
<a href="readline.html">ReadLine$</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |