Property : Comment Out

Page Status: Beta
Jump to: navigation, search

Back to Control Properties

Contents

[edit] Description

Use the Comment Out property to comment out the selected Bungee Logic statement.

Selected The statement is commented out.
Cleared The statement is NOT commented out.

For a single line logic statemement, such as the assignment statement, only the line is commented out.

// StopIterating=true.

 

 For a multiple line statement block, such as the condition statement, the multine line comment characters /* */ are used to comment all lines of the entire block.

/*condition

{

   case(CurrentIndex==3)

   {

      StopIterating=true;

   }

}*/

 

[edit] Property Editor Location

Tab

[edit] Data Type

boolean

[edit] Default Values

Statement     Default Value
Assignment Cleared
Call Function () Cleared
Case () Cleared
Collection Iteration Cleared
Dialog Message Cleared
For Iteration Cleared
If Condition Cleared
Log Message Cleared
Open Dialog Cleared
While Iteration Cleared
Return Cleared

[edit] See Also

Commenting Out Code
Set Breakpoint


Log in if you would like to rate this page.
    Copyright © 2005 - 2008 Bungee Labs. All rights reserved.