Help for functions in Command Window.
help function_name
help('function_name')
txt = help('function_name')
function_name - a string: function name
txt - a string: help text
help('function_name') displays the help text for the functionality specified.
doc.
1.15.0
initial version
Last updated 3 months ago
help sin