Object Reference : Object View and Procedure Reference : Svector
  
 
resize
Resize the svector object.
Syntax
svector_name.resize rows
Examples
svec1.resize 20
resizes the svector SVEC1 to 20 rows, retaining the contents of any existing elements and initializing new elements to the empty string “”.
Cross-references
See also Svector::fill.