Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Problem with forum search

rwg
Beginner
312 Views
I klicked'Search Forum' and entered 'The CALL statement is invoking a function subprogram as a subroutine'. After klicking the search button I get the text 'Total results fount: 28' but only one result is displayed. Klicking the button named '2'no results are displayed. Klicking the button named '1'7 results are displayed. Klicking the button named 'next' again no result is displayed.

So I'm not able do see more than 7 search results. This happens with IE 8 (8.0.6001.18975) and Firefox (3.6.12).
0 Kudos
2 Replies
Les_Neilson
Valued Contributor II
312 Views
Strange I just did the same search and got 0 (zero) results ! (with IE 8)

If you actually need help on the problem specifiedin the search string, that's easy.

somewhere you have

function foo(bar)
...
end function


and somewhere else you have

call foo(bar)
instead of
x = foo(bar)


Les
0 Kudos
TimP
Honored Contributor III
312 Views
I've got the same Firefox, on win7-64, and it's showing all the hits, with a direct connection to the telco. The forum has been behaving poorly for me the last week when attempting to connect across the company firewall.
0 Kudos
Reply