Log in

View Full Version : commenting out code?


Thundrio
14-02-2011, 23:08
i dont think there is, but if i am missing something is there a way to comment out your code in a way like adding //'s in textbased programming?

Joe Ross
14-02-2011, 23:18
It's called the diagram disable structure

umangv620
14-02-2011, 23:40
You can also double click with your mouse on any white space, and start typing comments.

The only problem with this is that when you clean up your code, your comments don't stay near the code its commenting.

Thundrio
15-02-2011, 10:56
where would i find the diagram disable structure?

Dustin Shadbolt
15-02-2011, 11:06
where would i find the diagram disable structure?

It's under the diagrams section (The first little pictures same place as case structures) and it's like the 4th item down.

Alan Anderson
15-02-2011, 11:11
where would i find the diagram disable structure?

There's a Search button at the top of the Functions Palette. It'll help you find anything you can name.