![]() Chapter Contents |
![]() Previous |
![]() Next |
| SCL List Class: _copy |
| Syntax |
Syntax |
| return = objectName._copy( options, targetid ); |
| Argument | Type | Use | Description |
|---|---|---|---|
| return | SASHELP.CLASSES.SCLLIST.CLASS | Return | A list object (new or targetid) containing a copy of the contents of the current list object. |
| options | Character | Input | String containing options. See SCL reference for COPYLIST for valid options. |
| targetid | SASHELP.CLASSES.SCLLIST.CLASS | Input | If targetid is non-zero, the contents of the current list object will be copied into the object specified by targetid instead of creating a new list object. |
(1) return is sashelp.classes.scllist.class
(2) targetid is sashelp.classes.scllist.class
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.