0

IQAN Comment Tag

Anastasia Xenaki 3 years ago in IQANdesign updated by A DOMS 2 years ago 5

Is there a way to insert comment tags in the interface?

Hello.

You can add comments feild in the application feilds by right clicking.

You can also add comments to Qcode by typing //

Everything after that on the same line will be a comment.

Is it possible to add / remove the double "//" for many line of code ?

Often I put my code in comment to try something, after I want to remove it. 

Is it possible to do it in one time ?


What if you copy paste the code into another text editor and removed the comments. Then you could paste it back without the comments.

It's a way to do that yes.

For exemple in VBA on Microsoft Excel, you can comment or uncomment several lines with these buttons :


No, the // is the only way to comment in Qcode and it only affects the rest of the line.

You can not abort the command to insert a comment in the middle of a line either.