Hi CP,
Thanks for reply. browsing through 0c_const.h I see
#define EXIST_NONE 0
#define EXIST_DATA 1
#define EXIST_WKS 2
#define EXIST_PLOT 3
#define EXIST_VAR 4
#define EXIST_MATRIX 5
#define EXIST_TOOLBAR 7
#define EXIST_MACRO 8
#define EXIST_PLOT_3D 6
#define EXIST_NOTES 9
#define EXIST_ACTIVE 10
#define EXIST_LAYOUT 11
#define EXIST_EXTERN_WKS 12
#define EXIST_PAGE 13
all of which I think work with exist(name) even to 6.1
Cheers,
Pete
(so just a matter of updating help files)