Hello
Is there a quick way to delete all group objects from my WF without specifying the name of the groups?
Thanks
George
Delete all Groups
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Matt
- EViews Developer
- Posts: 583
- Joined: Thu Apr 25, 2013 7:48 pm
Re: Delete all Groups
Hello,
In two steps, you can retrieve the names of all the group objects and then delete them en masse. In a program,
Or from the command window,
In two steps, you can retrieve the names of all the group objects and then delete them en masse. In a program,
Code: Select all
%tmp = @wlookup("*", "group)
delete %tmp
Code: Select all
string tmp = @wlookup("*", "group)
delete {tmp} tmp
Who is online
Users browsing this forum: No registered users and 2 guests
