I would like insert the number of search results before the search heading. Is there a way I can do this? In the below code snippet I would like to add the search results number before STR_Results_For
OutBuf(OUTPUT_HEADING) = OutBuf(OUTPUT_HEADING) & "<div class=""searchheading"">" & STR_RESULTS_FOR & " " & queryForHTML
OutBuf(OUTPUT_HEADING) = OutBuf(OUTPUT_HEADING) & "<div class=""searchheading"">" & STR_RESULTS_FOR & " " & queryForHTML
Comment