User comments in Calculations Properties Box

Moderator: Benj

Post Reply
User avatar
Jay Dee
Posts: 398
Joined: Tue Aug 18, 2009 6:42 pm
Has thanked: 121 times
Been thanked: 154 times
Contact:

User comments in Calculations Properties Box

Post 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.

User avatar
Steve
Matrix Staff
Posts: 3418
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Re: User comments in Calculations Properties Box

Post by Steve »

You can already do this using C-style comments like this:

Code: Select all

x=x+1    //increment x

Post Reply