Clearing Debug/Set Arguments

Use this forum to ask about non-product related topics (login issues, product registrations, web site questions, etc.) No technical support questions, please.
Forum rules
Do not post any licensing information in this forum.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.
This topic is 17 years and 4 weeks old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
khteague
Posts: 2
Last visit: Tue Feb 27, 2007 6:43 am

Clearing Debug/Set Arguments

Post by khteague »

How do you clear the "Debug/Set Arguments"? I entered in some arguments there, but cannot clear them out, and now every time I run a script, it is using the arguments.Thanks,Kristin
User avatar
Alexander Riedel
Posts: 8479
Last visit: Thu Mar 28, 2024 9:29 am
Answers: 19
Been upvoted: 37 times

Clearing Debug/Set Arguments

Post by Alexander Riedel »

Just bring up the dialog again. The edit control on top should be empty.
Press OK. Next time you debug a script it should get no arguments.

Alex
Alexander Riedel
SAPIEN Technologies, Inc.
User avatar
Ferdinand Rios
Posts: 373
Last visit: Fri Sep 16, 2022 1:24 pm

Clearing Debug/Set Arguments

Post by Ferdinand Rios »

The key point to take into account here is that the contents of the EDIT control are what is passed as the argument list. The items in the list box below are stored there only for easy access of previous arguments.
F.G. Rios
User avatar
khteague
Posts: 2
Last visit: Tue Feb 27, 2007 6:43 am

Clearing Debug/Set Arguments

Post by khteague »

Thanks!If I need more than one argument, do I just string them along on the same line in the edit control? It's a very small control. What do I use to delimit?Kristin
khteague2007-02-27 14:43:43
User avatar
Alexander Riedel
Posts: 8479
Last visit: Thu Mar 28, 2024 9:29 am
Answers: 19
Been upvoted: 37 times

Clearing Debug/Set Arguments

Post by Alexander Riedel »

Just like you would on a command line, separated by a blank.

Alex
Alexander Riedel
SAPIEN Technologies, Inc.
This topic is 17 years and 4 weeks old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.