Hi,
Code:
def Do(Environment):
for cmdName in App.Commands:
try:
Info = App.Do(Environment, 'GetCommandInfo', { 'TargetCmd': cmdName } )
# print command name and descriptions
print '%s: %s' % (cmdName, Info[ 'Description' ] )
produces the output:
.......
Running GetCommandInfo
Running GetCommandInfo
Running GetCommandInfo
Vector select none: Raise the vector selection.
Running GetCommandInfo
.......
How can the lines 'running GetCommandInfo' be suppressed?
Thanks and Greetings
Hajo
PSPX: CommandsCollection.PspScript-output
Moderator: Kathy_9
