Grid event: EndLabelEdit, ClipBoard Copy missing open parenthesis

Started by Jim · 2008-11-24 18:05 UTC · 2 replies · SMF topic #483

Is: (defun c:Onset_Outline_InfoGrid_OnEndLabelEdit Row Column /)
Should be: (defun c:Onset_Outline_InfoGrid_OnEndLabelEdit (Row Column /)
And better (defun c:Onset_Outline_InfoGrid_OnEndLabelEdit (Row Column)

I notice that  empty parameters, () in OpenDCL generated code,  is currently shown as (/).
Seems a little messy IMHO.

Jim
Thanks, I've added the missing left parenthesis. The / character is another one of those legacy things that has always been there. It doesn't do any harm, and it might remind forgetful programmers to declare their local variables, so I left it in.
Thanks Owen,

I fear we are going to be stuck with legacy stuff that should have been cleaned up by version 2 of ObjectDCL.
I understand that there are many more important issues than my little gripes about Canadian format.
Here is my vote to clean up, while you can, what ever you can get away with.

Many needed changes have been made already and kudos for that.

Cheers,
Jim