Skip to main content
Inspiring
June 15, 2010
Question

F1 help flakiness

  • June 15, 2010
  • 1 reply
  • 654 views

G'day

Consider this code:

<cfscript>
    st = {
        d = dateAdd()
    };

    d = dateAdd();
</cfscript>

If I press F1 to bring help up, then click in the second dateAdd(), I get this in the help window:

Adds units of time to a date.
See also:
DateAdd
More results:
Search for dateadd

Where DateAdd is a link to the docs page I want.

If I click in the first one, I get this:

ColdFusion Builder Editors
More results:
Search for CFML Editor

What's going on here?

--

Adam

This topic has been closed for replies.

1 reply

Dipanwita_S
Inspiring
June 15, 2010

Hi Adam,

It's a bug, raised #83350

Thanks,

Dipanwita

Adobe ColdFusion Builder Team

Inspiring
June 15, 2010

Cool, cheers.

--

Adam