str filePath="Q:\test\test.txt" str fileText.getfile(filePath) str oldText= ;1= ;9,800 ;2= ;9,500 str newText= ;Bom 9,800 bibom ;Mango 9,500 tango int n=fileText.findreplace(oldText newText 2) ;;see also replacerx out F"Replaced {n} instances" if(n) fileText.setfile(filePath)