Description Usage Arguments Value Author(s) See Also Examples
Save the current group of blocks as a list of names. Depending of the option from option dialog the command will save (default) or not the block themselves.
If you want to make sure that the blocks are saved regardless that option use spnSaveBlock("<ALL>")
after with this command. Blocks always are saved in the same directory of their group of blocks file.
1 | spnSaveGroupOfBlocks(Filename = "")
|
Filename |
- character string. The extension (*.GBK) is not a must. All the filenames or directories must be with forward slashes e.g. D:/Spectrino/Blocks/Test.GBK. If the path is missing the default block path is assumed. If the argument Filename is missing, the filename when it was opened is assumed. |
spnSaverGroupOfBlocks
returns TRUE if successful, FALSE - otherwise.
Teodor Krastev
spnOpenBlock , spnOpenGroupOfBlocks , spnSaveBlock
1 2 3 4 5 6 7 8 9 10 11 | # Initialization of Spectrino
spnNew()
# generate test set
spnOpenGroupOfBlocks("<test>")
# save test group
spnSaveGroupOfBlocks("")
# Release of Spectrino
#spnFree(TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.