returns files or variables names or reserved keywords starting as a given text
r = completion(beginning_of_a_word) r = completion(beginning_of_a_word, dictionary) [functions, commands] = completion(beginning_of_a_word) [functions, commands, variables] = completion(beginning_of_a_word) [functions, commands, variables, macros] = completion(beginning_of_a_word) [functions, commands, variables, macros, graphic_properties] = completion(beginning_of_a_word) [functions, commands, variables, macros, graphic_properties, files] = completion(beginning_of_a_word)
a string matrix
a string
a string ("functions", "commands", "variables", "macros", "graphic_properties", "files")
a string matrix
Returns words that start with the text you pass as parameter.
functions: a string matrix of functions name (C gateways). See what.
commands: a string matrix of command words (reserved). See what.
variables: a string matrix of variables names. See who.
macros: a string matrix of macros names. See who.
graphic_properties: a string matrix of graphic properties.
files: a string matrix of files names.