While loop and For loop

What's the keyboard shortcut for adding the "+" sign in script or console when you want to run a loop

I don't know what you are asking.
is a "+" sign different from the literal plus sign that I get when I press + on my keyboard ? what does that have to do with looping ?

I guess you are referring to the + symbol displayed in the console when you execute a multi-line command. There is no need to type that. In the console, you can use Shift + ENTER to type multi-line commands. Pressing simply ENTER will execute that command. In a script, type the commands using ENTER at the end of each line and use CTRL + ENTER to execute a command.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.