25 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Select line 1 and run against Barakah_ARPs to get folder numbers  [EF-0001 (159)  RW-0001 (163)]
 | ||
| Lines 8, 14, 20, 26, 32, 38 make the search/Fix case sensitive
 | ||
| 
 | ||
| Lines 4-8 selected:
 | ||
|                 (‘###’) Folder Number
 | ||
|                 ‘%         %’  text wanting to change *same text both places*
 | ||
| Lines 11-14 selected:
 | ||
|                 11           ‘                 ‘, ‘    \u160?    ‘              first ‘ ‘ is the Text to be changed                second ‘ \u160? ‘ (the \u160? Is the hard space being added and it can go before or after the word being unbolded)
 | ||
|                 12           (‘###’)  Folder number
 | ||
|                 13           ‘%     %’                 Same text as ‘   ‘ on line 11
 | ||
| Lines 17-20 selected:
 | ||
|                 17           ‘                 ‘, ‘    \b\ul  \b0\ulnone   ‘           first ‘ ‘ is the Text to be changed                second ‘    \b\ul  \b0\ulnone   ‘    (\b\ul   \b0\ulnone  turns on then turns off bolding and underlining) there are 2 spaces between \b0\ulnone  & the ‘ or next word
 | ||
|                 18           (‘###’)  Folder number
 | ||
|                 19           ‘%     %’                 Same text as ‘   ‘ on line 17
 | ||
| Lines 23-26 selected:
 | ||
|                 23           ‘                 ‘, ‘    \b  \b0\lnone   ‘                   first ‘ ‘ is the Text to be changed                second ‘    \b  \b0\none   ‘    (\b   \b0\none  turns on then turns off bolding) there are 2 spaces between \b0\none  & the ‘ or next word
 | ||
|                 24           (‘###’)  Folder number
 | ||
|                 25           ‘%     %’                 Same text as ‘   ‘ on line 23
 | ||
| Lines 29-32 selected:
 | ||
|                 29           ‘                 ‘, ‘    \ul  \ulnone   ‘      first ‘ ‘ is the Text to be changed                second ‘   \ul  \ulnone   ‘    (\ul   \ulnone  turns on then turns off underlining) there are 2 spaces between \ulnone  & the ‘ or next word
 | ||
|                 30           (‘###’)  Folder number
 | ||
|                 31           ‘%     %’                 Same text as ‘   ‘ on line 29
 | ||
| 
 | ||
| 
 |