We need to alternate a period to a comma in a .svg file(text file). These files are generated only with that format. It will be necessary alternate only after the word "value".
Example:
value="0.345234" to value="0,345234"
Actually we do this manually. Can't alternate all periods in current file, will result in errors. Don't have other compilers to use. We can use vba, try to create some type of .bat or download a portable compiler. My programming knowledge is not that big. Is there a way to do this?
Thanks in advance.