about enable_command_stack

Posted by Chimy_yjui on Sat 16 Aug 2014 10:36 PM — 4 posts, 20,301 views.

#0
When I enter "say e;e;e;s;" in the command window,by "enable_command_stack = 1" and "command_stack_character = ;".Can I like "enable_command_stack = 0" when sending it?
#1
I'm sorry.I didn't read the documentation carefully.

You can temporarily disable command stacking for a line by entering the command stack character as the very first character. For example, if the command stack character is ";" then entering ";say go west; then east" will be treated as a single line.

I'm so sorry. Can delete this post?
Amended on Sun 17 Aug 2014 12:22 AM by Chimy_yjui
Australia Forum Administrator #2
You can also enter two command-stack characters, eg.


say e;;e;;e;;s;;


Quote:

I'm so sorry. Can delete this post?


Leave it there as documentation for others who may have as similar question. No harm done.
#3
Nick Gammon said:

You can also enter two command-stack characters, eg.


say e;;e;;e;;s;;


Quote:

I'm so sorry. Can delete this post?


Leave it there as documentation for others who may have as similar question. No harm done.


Thank yon. Yes,keep it in this, can also remind others.