PDA

View Full Version : Comments to actions?


me0007
12-12-2003, 03:12 PM
Is there any way to add comments to actions?

I'd like to disable some actions for test purposes (without actually removing or cutting the actions), and add comments to the actions I have defined in a setup project.

Does SF6 support any kind of comments in the actions windows? Like # or ' or any other character?

Thanks for any help.

Darryl
12-16-2003, 11:31 AM
You can add comments to your code using the "Comment" action found in the Control Structures category, however you currently cannot comment out code which is what you are looking for I believe. This is definitely something we will be looking into for the next major version release.

For now, one thing you can do is use an IF control Structure around blocks of actions to skip them.

me0007
12-18-2003, 09:10 AM
Great. Thanks for your help! :)