Object Reference : Object View and Procedure Reference : Pool
  
 
makegroup
Make a group out of pool and ordinary series using a pool object.
Syntax
pool_name.makegroup(group_name, options) pool_series1 [pool_series2 pool_series3…]
List the ordinary and pool series to be placed in the group. If specified, group_name should be the first option.
Options
 
prompt
Force the dialog to appear from within a program.
Examples
pool1.makegroup(g1) x? z y?
places the ordinary series Z, and all of the series represented by the pool series X? and Y?, in the group G1.
Cross-references
See “Making a Group of Pool Series” for details.