SeeView Manual
SeeView Statements and Script Symbols
HP NonStop SeeView Manual—526355-004
9-180
String Intrinsics
For example, this example loads the standard SeeShell associated with the 
SeeView program into a cache named SHELL and invokes a copy of that shell in 
cache. 
VAR #SeeShell := #VOLSUBOBJECT & ".SEESHELL"; { form full name
TASK  shell := $shell CACHE 100;   { declare cache
DELETE shell!;       { clear cache
EXECUTE "LOAD " & #SeeShell & ",shell"; { load cache
INVOKE CACHE SHELL;      { invoke cache










