Page 1 of 1

User comments in Calculations Properties Box

Posted: Sat Oct 29, 2011 3:48 pm
by Jay Dee
This may already exist in some form and anyway V5 is probably too close for more new features but... :)

Ability to add comments to lines entered in the Calculations Properties box (and others?). I don't think this is currently implemented as I can't find a character that allows me to do this. For example, being able to do the following in the properties box.

VarA = VarB + VarC ' My comment about this part of the calculation'

I know you can add comments in the main but this does add a bit to much padding sometimes and make the flowchart less easy to flick up and down, due to the increased size.
Cheers all,
John.

Re: User comments in Calculations Properties Box

Posted: Mon Oct 31, 2011 9:15 am
by Steve
You can already do this using C-style comments like this:

Code: Select all

x=x+1    //increment x