!whichText = !!Alert.Input('What TEXT you want to find?','')
!replaceWith = !!Alert.Input('Replace with?','')
VAR !texp COLLECT ALL (TEXP GLAB) WITH (MATCHWILD(Btext,'*$!whichText*')) for CE
do !x from 1 to !texp.Size()
!newBtext = !texp[!x].dbref().btext.Replace('$!whichText','$!replaceWith')
$!texp[$!x]
Btext |$!newBtext|
enddo
Well, I asume they want to direct U in right way. NOt to solve such easiest problem .