Prob with ReplaceAll
Posted: 06 Aug 2009 13:58
Im trying to do a few ReplaceAlls as you cant put them in a macro and its going all funny on the last one...even goes funny if i do a search and replace from the menu..
and Im doing it on this....
I dont know if its just the ] or Im doing something wrong
Im using version 5.30 beta 1 and this is how it ends up after the script...
the order of the lines gets mixed up?
Code: Select all
begin
Document.ReplaceAll('",','",'+#13#10,False,False,False);
Document.ReplaceAll(':{',':{'+#13#10,False,False,False);
Document.ReplaceAll('},','},'+#13#10,False,False,False);
Document.ReplaceAll('],','],'+#13#10,False,False,False);
end.
Code: Select all
{"version":"1.0","name":"Glow","theme":{"images":{"theme_frame":"i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUYmMsBDA","theme_toolbar":"i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUY_uIBDA","theme_tab_background":"i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUY1OoBDA","theme_button_background":"i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUY2-IBDA"},"colors":{"frame":[0,0,0],"toolbar":[0,0,0],"tab_text":[255,255,255],"tab_background_text":[255,255,255],"bookmark_text":[255,255,255],"ntp_background":[0,0,0],"ntp_text":[255,255,255],"ntp_link":[255,255,255],"ntp_section":[96,96,96,0.4],"ntp_section_text":[255,255,255],"ntp_section_link":[255,255,255]},"properties":{"ntp_background_alignment":"bottom","ntp_background_repeat":"no-repeat","ntp_logo_alternate":1},"tints":{"buttons":[1,1,1]}}}
Im using version 5.30 beta 1 and this is how it ends up after the script...
Code: Select all
{"version":"1.0",
"name":"Glow",
"theme":{
"images":{
"theme_frame":"i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUYmMsBDA",
"theme_toolbar":"i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUY_uIBDA",
"theme_tab_background":"i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUY1OoBDA",
"theme_button_background":"i/agxjaHJvbWV0aGVtZXNyDAsSBEZpbGUY2-IBDA"},
"colors":{
"frame":[0,0,0],
"toolbar":[0,0,0],
"tab_text":[255,255,255],
"tab_background_text":[255,255,255],
"bookmark_text":[255,255,255],
"ntp_background_alignment":"bottom",
"ntp_background_repeat":"no-repeat",
"ntp_logo_alternate":1},
"tints":{
"buttons":[1,1,1]}}}
"ntp_section_link":[255,255,255]},
"properties":{