|
Contents | Previous | Next | Subchapters |
| Syntax |
savefilecaption)caption, name)caption, name, description, extension) |
| See Also | openfile |
savefile.
If the user chooses a valid file name,
the return value of savefile is a character row vector
containing the name of the file.
Otherwise, the return value is an empty character row vector; that is,
it has column dimension equal to 0.
caption = "Example: savefile"
name = "autoexec.oms"
description = "O-Matrix Files"
extension = "*.oms"
savefile(caption, name, description, extension)
O-Matrix will display a system browser dialog.
If you choose a file in the dialog, O-Matrix will print the name of the
file in the command window.