Read a specific line from a file: Difference between revisions

added Arturo
m (syntax highlighting fixup automation)
(added Arturo)
Line 244:
Error search line (code=101): GET ROW'MARK OVERFLOW
</pre>
 
=={{header|Arturo}}==
 
<syntaxhighlight lang="arturo">lineToRead: 3
 
lineRead: get read.lines "myfile.txt" lineToRead
 
print lineRead</syntaxhighlight>
 
=={{header|AutoHotkey}}==
1,532

edits