returns current scilab history in a string matrix
matstr=gethistory() line=gethistory(N)
a string matrix
Nth line in scilab's history
a string
returns current scilab history in a string matrix.
gethistory(1) // Return the last line gethistory() // Return all the line