get variable names on stack of scilab
s=getvariablesonstack() s=getvariablesonstack('local') s=getvariablesonstack('global')
a string matrix
s = getvariablesonstack()
returns in s
the variable names on Scilab stack.
getvariablesonstack('local')
returns the local variables on Scilab stack.
getvariablesonstack('global')
returns the global variables on Scilab stack.
Variables are sorted by alphabetical order.