Create-Set
Command Description
Create a set and save it to a variable
Command Prototype
ObjSet=Set.Create()
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
None | None | None | None | None |
ObjSet,The variable used to save the output of the command.
Demo
Dim ObjSet
ObjSet=Set.Create()
TracePrint(ObjSet)
/**
ObjSet = set()
*/