
Chapter 5 Script Commands
Scripting Guide 155
//This example builds an array of ObjIDs, for use
// with the QOPEN command.
$Lpar1 := “9672-1:BETA”
$Lpar2 := “9672-1:PROD”
$Lpar3 := “3090:DEV”
%OSIDarray[1] := OBJID(OS, $Lpar1)
%OSIDarray[2] := OBJID(OS, $Lpar2)
%OSIDarray[3] := OBJID(OS, $Lpar3)
See Also:
OBJEXEC, OBJGET, OBJID, OBJIDARRAY, OBJSET,
OBJSETARRAY
Commenti su questo manuale