Overview
Attached script example show how to rename Report Browser slide names, and use string replace syntax.
Pre-Requisite
Have Report structure set up with at least 1 slide.
 
Edit attached scripts either w.r.t.
 variable "NewName" 
 or directly for term in brackets in line
 ::ardi::item set -id $i -name "MySlide $count"
 to define the new slide name as desired.
Usage/Installation Instructions
User's HyperWorks session should contain Report structure with at least 1 slide.
 Execute one of the example scripts.
  
 Start:
 
  
  
 Run script
 
  
  
 Result of script "rename_Report-slides_KB1.tcl"
 
  
  
 Result of script "rename_Report-slides.tcl"
 