spnDelBlock {spectrino} | R Documentation |
Delete a block from the current group of blocks. You can delete all blocks <ALL> or the entire group <GROUP>. If you want to open a block, a group of blocks (even empty) must be present.
spnDelBlock(Block)
Block |
- character string of the name of the block to be deleted. |
spnDelBlock
returns TRUE if successful, FALSE - otherwise.
Teodor Krastev
spnOpenBlock , spnOpenGroupOfBlocks , spnSaveBlock
# Initialization of Spectrino spnNew() # generate test set spnOpenGroupOfBlocks("<test>") # delete a block spnDelBlock("test2") # Release of Spectrino spnFree(TRUE)