Api/minux.printline(): Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "his function is part of the minux. api and used to print a specific line of a file '''usage:''' local temp = dev.printline(filename, linenumber) '''output:''' stores the contents of the given line in temp")
 
No edit summary
 
Line 5: Line 5:
'''usage:'''
'''usage:'''


local temp = dev.printline(filename, linenumber)
local temp = minux.printline(filename, linenumber)





Latest revision as of 04:16, 4 October 2024

his function is part of the minux. api and used to print a specific line of a file


usage:

local temp = minux.printline(filename, linenumber)


output:

stores the contents of the given line in temp